Tuesday, June 16, 2009

HTML Lab 9

Cover the following w3schools.com JavaScript tutorials:
  • JS Events
  • JS Guidelines
  • JS Objects Intro
  • JS Date
  • JS Validation
  • JS Animation
  • JS Timing
  • JS Examples
  • JS Object Examples
  • JS DOM Examples
Complete the following lab exercise after that.

Using a Rollover Button to display Date and Time in an Alert Box
  1. Create a simple HTML/JavaScript page which contains one “rollover button” using only a text editor (i.e. Notepad).
  2. When the user clicks on the button, return today's date and time in an alert box.

No comments:

Post a Comment