Instructions for the "Kids Club" Assignment
Todays Date is 1/1/00 Kids Club
The time is 12:00:00
Go to Kids Club
This document was last modified 1/1/00
The assignment involves two pages: kidsold.htm and the "new" kidsnew.htm page. The kidsold page should produce output similar to the above. It should use the following javasript instructions.
- It should write out the date and time above and below of the Kids Club text, using the Date() object. Concantentate the various date and time methods to produce the date and time.
- Have a link to the new kidsnew.htm page that contains the text "Go To Kids Club". Use onClick and widow.location to open kidsnew.htm.
- Before switching, you should use the navigator object and the method to test for the name and version of the browser. Display the name and version of the browser with an alert box and advise the user to upgrade for better results with the new page if their browser is out of date.
- The kidsnew page should contain an HTML form button that will take you back to the "kidsold.htm" page.