Prihlasovacie meno: Heslo:
Registrácia nového užívateľa
Moderátor: toedder 
 Computers

Have computer questions, hints, or tips?

BBW's Tips on how to speed up page load the brainking site
Computers (BIG BAD WOLF, 2007-03-12 20:16:01)



Čo je nové o cheap notebooks?
Zoznam diskusných klubov
Mód: Každý môže písať
Hľadať v príspevkoch:  

28. februára 2006, 23:57:21
Chicago Bulls 
Subjekt: Re:
Andersp: Oh! That's bad...:-(

But it's really simple to do it.
You just add the above in the code after <body>:

<SCRIPT>

function DoBlink()
{
var blink = document.all.tags("BLINK")
for (var i=0; i blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}

function startBlink()
{
if (document.all)
setInterval("doBlink()",600)
}


window.onload = startBlink;

</SCRIPT>

Dátum a čas
Priatelia on-line
Obľúbené kluby
Spoločenstvá
Tip dňa
Copyright © 2002 - 2024 Filip Rachůnek, všetky práva vyhradené.
Späť na vrchol