User Name: Password:
New User Registration
Moderator: 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)



What is new about blu-ray?
List of discussion boards
Mode: Everyone can post
Search in posts:  

28. February 2006, 23:57:21
Chicago Bulls 
Subject: 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>

Date and time
Friends online
Favourite boards
Fellowships
Tip of the day
Copyright © 2002 - 2025 Filip Rachunek, all rights reserved.
Back to the top