Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head><title> LinkDown By:[iPs]Garfield </title></head>
- <body onLoad='startCountdown()'>
- <SCRIPT>
- //<![CDATA[
- var Contar = new Number(); //
- var Contar = 30; // Contagem
- var Link = "http://ips-team.forumeiros.com"; // Link do Download
- function startCountdown()
- {
- if((Contar - 1) >= 0)
- {
- Contar = Contar - 1;
- numberCountdown.innerText = + Contar;
- setTimeout('startCountdown()',1000);
- }
- if(Contar == 0)
- {
- numberCountdown.innerText = 'Download';
- document.write("<Center>Download</center>".link(Link));
- Checkar();
- }
- }
- //]]>
- </SCRIPT>
- <b><div><div id=numberCountdown align=center></div></b>
- </html>
Add Comment
Please, Sign In to add comment