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.
- Find the Web page containing the Javascript.
- Use Internet Explorer's menu to View the HTML Source code.
- Find the Script tags.
- Read the code and look for Script /Script tags.
- Try the Edit menu, select Find and enter the word Script.
- Highlight the Script code and copy the code to your clipboard.
- Paste the code inside of your body tags (I usually paste it in front of the ending body tag).
Webmaster: Your Name
=============================================================