Hi Friends,
The following javascript code shows how to use animation in windows status bar.
<script type="text/JavaScript"> <!-- var msg = "Thanks for visiting our Web site! ... "; function scrollMsg() { window.status = msg; msg = msg.substring(1,msg.length) + msg.substring(0,1); setTimeout("scrollMsg()",150); }
</script> Call this function on body onload onload="scrollMsg()"
Thanx & Regards, Datta.G Jr. Software Engg.
|
No responses found. Be the first to respond and make money from revenue sharing program.
|