JavaScript Web Page
Computer 4
Requirements:
Display
the time of day, or day of week, on your web page and add an appropriate
greeting.
Use
mouse-overs to swap or show images
Get
information from a user sent to you via email using form objects
Include:
- Text box
- Radio button or check box
- Reset button
- Submit button
Call
a function that you wrote from an event procedure
Use
JavaScript to state when your document was last modified
Show
a message in an alert box
Create
a pop up window for separate content
Display
a scrolling message in a text box
Do
a calculation of some kind and show your results in a text box
Use
an if then statement in a function
Use
a for loop or a while loop in a function