JavaScript Assignments



Assignment #3

Create a page that displays four images (do not use the sad, smiley, thing1, thing2 gifs). When the onMouseOver event is triggered for three of these images, each will display a new image. When the onMouseOut event is triggered each image will return to its original state. The fourth image when rolled over will change all of the other images (these images do not have to be unique) and then will return the images to their previous state. Preload all necessary images. Disable hyperlinks.

Reading Assignment in JavaScript for the World Wide Web:

Ch. 7, p. 131-154 (working with browser windows)