Download JavaScript Code Examples, Tutorials, Reference

Provide thousands of free JavaScript code examples, DHTML, HTML JavaScript Tutorials, Reference and Help. JavaScriptBank.com is the best JavaScript resources




Over 2000+ free Javascript
at JavaScriptBank.com Website

Sampled by JavaScriptBank.com

Instructions:


Copy and paste the following javascript in the BODY section of your page where you want the clock to appear:
Select all...




Note: With a little modification, this script can be used to display the time in the statusbar instead.
1: Just take out the line in the script that looks like:
document.write('<form name="f"><input type="text" name="t" size="16"></form>');
2: Then, in the "runclk()" function, change the lines that read:
clkv=spc+clkv;
document.f.t.value=clkv;
to this:
status=clkv;