<font color=red>Iniziamo dal tuo sito, il codice HTML é il seguente</font id=red>
(html)
(head)
(meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1")
(meta name="GENERATOR" content="Microsoft FrontPage Express 2.0")
(title)castelsport.(/title)
<b><font color=red>X</font id=red></b>
(/head)
(body background="foto/Veduta_aerea%20castelvetrano.jpg"
text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"
topmargin="0" leftmargin="0")
<font color=red>apri la pagina con il Blocco Note e inserisci lo script dove ho messo la X rossa, qui sotto la parte di codice che devi inserire, ovvero non devi copiare le righe (HEAD) e (/HEAD) perché esistono già nella tua pagina</font id=red>
(!-- Codice scaricato gratuitamente da HTML.it, il sito italiano sul Web publishing
http://www.html.it --)
(TITLE)Esempi Javascript: esempio pratico (/TITLE)
(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 // replace with the number of images in document before the script
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 = 'http://www.html.it'
}
}
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 = 2 // make this bigger for a larger graph
var width= 1 * scale
var imgna = new Image()
imgna.src = "unused.gif"
document.write ('(img border=0 src="unused.gif" width="' + width + '" height="20")');
}
document.write ('(/td)(/tr)(/table)</center)');
var startpnt = imgsbefore
pcgbar(imgsbefore);
}
//--)
(/script)
---
Edited by - alfonso on 11/07/2005 15:04:17
Collaboratore Aiutamici