Project 4 - Image Map
This Java Applet displays an image with regions that
when selected, link to different URLs. The image, number and size of the
regions, as well as the URLs can be defined by use of the PARAM attribute.
The number of regions are not limited.
The required information in each area* include the following:
- x position of box (in pixels)
- y position of box (in pixels)
- width of rectangle (in pixels)
- height of rectangle (in pixels)
- the destination URL
The following PARAM attributes are defined:
- image - the image to display
- area1 - information on region 1
- area2 - information on region 2 (if required or desired)
- area3 - information on region 3 (if required or desired)
- area4 - information on region 4 (if required or desired)
- area5 - information on region 5 (if required or desired)
- and so on....