Javascripts > Javascript Clocks > Status Bar Clock Script
Script Title: Status Bar Clock Script
Description: This script displays the current time/date in the status bar.
Example: Available
Copy the following code between the <BODY></BODY> tags of your html page.<script language="Javascript"> <!-- /* Credit must stay intact for use Java-scripts.net and http://wsabstract.com for this script */ function doClock() { window.setTimeout( "doClock()", 1000); today = new Date(); self.status = today.toString(); } doClock() //--> </script>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email