|
EXAMPLE
You'll see it when you look in
the status bar.
1)
Insert this script in the <HEAD>, between <HEAD> and
<BODY> or in the <BODY> section of the page.
2) Define
the message and the speed of the scroller in this section of the
script:
osd +="Welcome to SimplytheBest DHTML
Scripts & Javascripts.";
osd +="This status bar scroller script has the date and time at the
front.";
timer = setTimeout("scrollMe()", 100); //
the higher the value the slower the speed
|