Javascript :

Post your scripts here.

<b>Note:</b>The scripts must be your own, and please read the "Important: Read before you post" thread inside this category before participating here.
Locked
asmail1
Posts: 14
Joined: Wed Mar 15, 2006 6:22 pm

Javascript :

Post by asmail1 »

Conversion to a new page

<

Code: Select all

p align="center">[b]<font face="Arial"><big>

</big></font>[/b]</p>

<script>

/*
Count down then redirect script 2
By William Kemper (kemperwilliam@hotmail.com)
For this script and more, visit http://javascriptkit.com
*/

//The address will be remitted to him 
var redirecturl="http://www.javascriptkit.com/script/script2/countredirect2.shtml"
//Waiting time to be conversion-ignites 
var pausefor=5

//DONE EDITING

function postaction(){
if (window.timer){
clearInterval(timer)
clearInterval(timer_2)
}
window.location=redirecturl
}
setTimeout("postaction()",pausefor*1000)

</script>


<!--[if IE]>

<script language="JavaScript1.2">

<!--

// this script was originally authored by william kemper.  I have no homepage.
var switchm=new Array
switchm[0]="ffaa00";
switchm[1]="ffff00";
switchm[2]="00ff00";
switchm[3]="0099ff";
switchm[4]="ff0000";
switchm[5]="ff00ff";
// if you want to add more colors go ahead, all the for limits are based on array length so
// you shouldn't need to change any of the code, just add more colors.

i=0
j=0
function STROBE()
{
if (j>increment.length-1)
	{
	j=0
	i++
		if (i>switchm.length-1)
		{
		i=0
		}
	}
****.all.increment[j].filters.blendTrans.apply()
****.all.increment[j].bgColor=switchm[i]
****.all.increment[j].filters.blendTrans.play()
j++
}
timer=setInterval("STROBE()",20) // change the number to effect the speed of the loadbar.
timer_2=setInterval("REVEAL()",20)
function REVEAL()
	{
	if (****.images[0].complete)
		{
		clearInterval(timer)
		clearInterval(timer_2)
		****.all.loadbar.style.visibility="hidden";
		****.all.content.style.visibility="visible";
		}
	}
// i don't know how to put comments in the css, but change duration to  effect the speed of the fade effect.



//-->
</script>
<style><!--
body
	{
	font-size:12px;
	font-family:Arial;
	color:000000
	}
#increment
	{
	filter:blendTrans(duration=1)
	}
-->
</style>

<![endif]-->

<!--[if IE]>

<div id=loadbar 
style=position:absolute;top:expression(****.body.clientHeight/2-100);left:expression(****.body.clientWidth/2-50)>
<table cellspacing=0 cellpadding=0 width=100><tr><td 
colspan=10>[b]... Please wait[/b]</td></tr><tr>
<script language="JavaScript"><!--
for (k=0;k<10;k++)
{
****.write("<td id=increment width=10 height=20></td>") // you could set  the length of the loadbar by changing the upper limit of the for statement.
}
//--></script>
  </tr></table>
</div>
<div id=content 
style="position:absolute;top:expression((****.body.clientHeight-****.images[0].height)/2);left:expression((****.body.clientWidth-****.images[0].width)/2);visibility:hidden;">
<img src=placeholder.gif width=1 height=1>
</div>

<![endif]-->
Direct transfer and rapid new leaf

Code: Select all

<META HTTP-EQUIV="Refresh" CONTENT="0; url=http://smokyhosts.com">

[/code][/b]


Locked