Javascript Clock - Your Name

This Web page demonstrates the use of the Java programming language to create a clock that follows your mouse. Please notice that the clock is getting the current date and time from your computers clock.



Inserting Javascript into your Web page

Please feel free to copy the Javascript from this page and insert it into your own page. This is the procedure that I followed to insert the Javascript clock into my Web page.

  1. Find the Web page containing the Javascript.
  2. Use Internet Explorer's menu to View the HTML Source code.
  3. Find the Script tags.
  4. Highlight the Script code and copy the code to your clipboard.
  5. Paste the code inside of your body tags (I usually paste it in front of the ending body tag).

Webmaster: Your Name

=============================================================

Home