Free Countdown Script Showing Timer And Referring To Another Site



Free Countdown Script Showing Timer And Referring To Another Site
 (397) GoDaddy.com .MOBI Domains!
Free Countdown Script Showing Timer And Referring To Another Site
Post Description:
Post Tags: free, countdown, script, showing, timer, and, referring, to, another, site
This Post Has Been Viewed 475 Times Since Fri May 25, 2007 10:57 am Posted By hostman with 0 replies
Free Countdown Script Showing Timer And Referring To Another Site
here's a script that will show a timer on the page, its like a countdown script made up in javascript
this is how it look like, when the timer goes to zero it will re-direct you to the wallpaperama home page:



CODE:
<script language="JavaScript">
var countDownInterval=50;
var countDownTime=countDownInterval+1;
function countDown(){
countDownTime--;
if (countDownTime <=0){
countDownTime=countDownInterval;
clearTimeout(counter)
window.location="http://www.wallpaperama.com";
return
}
if (document.all) //if IE 4+
document.all.countDownText.innerText = countDownTime+" ";
else if (document.getElementById) //else if NS6+
document.getElementById("countDownText").innerHTML=countDownTime+" "
else if (document.layers){ //CHANGE TEXT BELOW TO YOUR OWN
document.c_reload.document.c_reload2.document.write('Launching in <b id="countDownText">'+countDownTime+' </b> seconds')
document.c_reload.document.c_reload2.document.close()
}
counter=setTimeout("countDown()", 1000);
}
function startit(){
if (document.all||document.getElementById) //CHANGE TEXT BELOW TO YOUR OWN
document.write('Launching in <h1 id="countDownText">'+countDownTime+' </h1> seconds')
countDown()
}
if (document.all||document.getElementById)
startit()
else
window.onload=startit
setTimeout("location.href='http://www.wallpaperama.com'" , t)
</script>

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About Free Countdown Script Showing Timer And Referring To Another Site




(0) Comments