javascripts
 

SimplytheBest
Scripts

ASP scripts
PERL scripts
PHP scripts
JavaScripts & Ajax
Snippets
Online scripts

Ajax, DHTML
& JavaScripts

Animation
Background
Bookmarks
Buttons
Calculators
Cookies
Data handling
E-mail
Enhancements
Forms
Image rotation
Menus
Messages
Miscellaneous
Music
Password protection
Redirection
Scrollers
Tables
Time & date
Windows

Publishers
Add script
Account login
Publisher list



 

Home > Scripts > DHTML scripts & JavaScripts > Scrollers > Status bar scrolling message with date and time

 

Status bar scrolling message with date and time

AUTHOR: Public domain
TYPE: Freeware
BROWSERS: Javascript enabled all

This script scrolls a message in your status bar with the date and time at the front.


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.

then copy (CTRL-C) & paste (CTRL-V)

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


[BACK] [TOP]

 


Copyright © 1997-2009 SimplytheBest Inc. Terms of Use and Legal Disclaimer.
All copyrights are acknowledged. All rights reserved.