imvuWatcher
|
Twitter
|
Blog
|
Bookmark this!
|
Help
|
Contact
« blinking title bar
Blinking Title Bar
Parameter
Content
Message
<script type="text/javascript"> var copiedfrom='www.imvucodes.net'; function titlebar(val) { var msg = "YOUR MESSAGE GOES HERE"; var speed = 500; var pos = val; var msg1 = " ****** "+msg+" ******"; var msg2 = " ------- "+msg+" -------"; if(pos == 0){ masg = msg1; pos = 1; } else if(pos == 1){ masg = msg2; pos = 0; } document.title = masg; timer = window.setTimeout("titlebar("+pos+")",speed); } titlebar(0); </script>
To copy the code: Click on the code to select it, press CTRL+C to copy and CTRL+V to paste it at a given location!