
| Check out the status bar at the bottom! This type of
scroller only lasts for one time and does not repeat a million other
times like the other one. You can change the message where it says
"YOUR MESSAGE GOES HERE!!" This example is here for
demonstration purposes, not for you to figure out the code.
<SCRIPT> function snapIn(jumpSpaces, position) { if (killScroll) return false; for (var i = 0; i < position; i++) out += msg.charAt(i); for (i = 1; i < jumpSpaces; i++) out += " "; out += msg.charAt(position); window.status = out; if (jumpSpaces <= 1) position++; if (msg.charAt(position)
== ' ') { if (position != msg.length)
{ function snapSetup() { var scrollID = Object; </SCRIPT> Now put this inside your body code. <BODY onLoad="snapSetup()"> |