Dynamic Scripts - "Blinking Java"
var img = new Array()
img[0] = new Image()
img[1] = new Image()
img[0].src = "blink.gif"
img[1].src = "blink1.gif"
id = null
tlo = true
sec = 0
delay = 400
add = -50
document.bgColor=0
document.write("")
document.write("")
document.write("")
// Uruchomienie procedury glownej
start()
function start() {
today = new Date()
teraz = today.getSeconds()
if (sec != teraz) {
delay+=add
if (delay300) add=-50
sec=teraz
}
if (tlo) {
document.images[0].src = "blink.gif"
document.bgColor="white"
tlo=false
}
else {
document.images[0].src = "blink1.gif"
document.bgColor=0
tlo=true
}
id = setTimeout("start()",delay)
}
//-->
Wyszukiwarka
Podobne podstrony:
blink12Blink182 I miss youBlink182 AlwaysBlink182 I miss youwięcej podobnych podstron