JavaScript Assignment One - Linda Katz 11/29/98

  1. Define a JS application to add to web site.

My application will be a mouse over. My home page will have a picture that I will make into an image map with links to other pages on the site. I want a description of the other pages to pop up when the mouse moves over the different sections of the image map..

b) Locate existing JS code.

The Northeastern University home page has pop descriptions on buttons. I am going to use this code as a starting point.

c) Logic description.

User moves mouse over image map.

Each section of the image map has an a href and text associated with it.

The correct text must display when the mouse moves over the associated section of the image map.

The browser does not display the linked page until the user clicks the mouse.