This script uses dynamic html to display a digital clock.

To install, download the files clock1.js and dynwrite.js. Add:

<script LANGUAGE="JavaScript" TYPE="text/javascript" src="dynwrite.js"></script>
<script LANGUAGE="JavaScript" TYPE="text/javascript" src="clock1.js"></script>

within the <body> of your web page, where you wish to see the clock displayed. Finally, add <body onload="Clock()">.If you want to add a title="" to the clock, set the variable tit to your title string.

DynWrite() function from Jim Ley - news://comp.lang.javascript
Binary clock from Mark Lockwood - The JavaScript Source.

[Return to Top]
[Go to Home Page]

Copyright © 2013 Dennis Allen.

This web page was last updated 07/03/13