CMPS 335 Advanced Web Publishing
JavaScript Programming
Assignment 6, Spring 2002
Rollover, Cycling Banners, and Changing Status Bar Message
Primary Objectives of the Assignment
- Event Handlers (onLoad, onClick, onMouseOver, and onMouseOut)
- Changing Status Line Messages
- Creating Rollovers
- Creating Cycling Banners
Create an HTML document that contains the following features:
- A rollover
(Using onMouseOver and onMouseOut event handlers)
- A set of cycling banners.
You should have at least three different banners
- Changing the browser's status line message.
(onMouseOver and onMouseOut event handlers)
- Creating an image rollover.
Your Web page should be similar to the one created by your
instructor as demonstrated in the following example.
Click Here for example.
Return to CMPS 335 Home Page
Return to Web Site Home Page