|
Home
|
|
Indice Javascript
|
Clock
Browser
Finestre
Status Bar
Background
Calcolatrici
Grafica ed Effetti
Convertitori
Utility
Form
Menu e Link
Countown grafico in finestra con autojump
Fra 15 secondi salterai ad un'altra pagina
Usa Copia e incolla questa è la sorgente
<body> <script language="JavaScript"> /* script by Colm Mac Cárthaigh colmmacc@geocities.com * VERSION 1 * you are free to use this script as long as you include this message * it would be nice to get an E-Mail form anyone who uses this script, but it's not obligatory * please e-mail me with any problems also * THIS SCRIPT REQUIRES USED.GIF AND UNUSED.GIF TO BE IN THE SAME DIRECTORY * check for new versions at http://www.geocities.com/SiliconValley/Bay/9048/ */ <!-- var imgsbefore = 0; // se nel tuo documento ci sono immagini prima che inizi lo script seleziona quante sono in N" // nella sringa relativa a questa var imgsbefore = (n" di immagini). function pcgbar(pcg) { var totalbe = imgsbefore + 100 if (pcg < totalbe) { document.images[pcg].src = "used.gif" newpcg = pcg + 1 timerID=setTimeout('pcgbar(newpcg);',100); } else if (pcg == totalbe) { self.location = 'conferma.htm'// link per autojamp } } if (document.images) { document.write ('<center><b><i>Tempo residuo:</b></i><br><table border=1 cellspacing=0 cellpadding=2><tr><td>'); for (var i = 0; i < 100; i++) { var scale = 1 // make this bigger for a larger graph var width= 1 * scale var imgna = new Image() imgna.src = "red.gif" document.write ('<img border=0 src="red.gif" width="' + width + '" height="20">'); } document.write ('</td></tr></table></center>'); var startpnt = imgsbefore pcgbar(imgsbefore); } //--> </script> <p><center> <font face="Verdana" size="-2">Free JavaScripts da<br> <a href="http://www.massimo61.org/">Free Web Upgrade</a></font> </center><p>