Wonderful World of Image Maps
SERVER-SIDE IMAGE MAPS
Require a program that resides on your WWW server
- How do they work?
- User clicks on the image
- Browser requests address (associated with that area of the document) from the server
- Server sends back the information
- Browser then requests the new document
- Server sends back the document
- Browser displays the new document
- Pieces/Parts
- HTML file with the anchor (link) and image tags
- Image file
- Map file
CLIENT-SIDE IMAGE MAPS (CSIM)
Require a browser that supports CSIMs
- How do they work?
- User clicks on the image
- Browser requests the new document (address information contained in HTML document)
- Server sends back the document
- Browser displays the new document
- Pieces/Parts
- HTML file with the image and map tags
- Image file
PROS & CONS OF CSIMs
- Pros
- Number of server hits reduced, links are faster
- Destination links can be shown as cursor moves over the image map
- Image maps can be created and tested locally without need of server
- Image maps are not server-dependent, making them portable
- Cons
- Not all browsers support them
(so you may want to have both available in your HTML document)
Download Map This! A free image map utility for Windows 3.1, 3.11 and '95.
UK FACTS Center
Comments to authors: Rene Hales or Trish SmithAll contents copyright (C) 1995, Rene Hales and Trish Smith. All rights reserved.
Revised: July 18, 1996