https://www.html2.net/image-maps.html

Level-up with image maps

<A HREF="/cgi-bin/imagemap">
<IMG ismap src="icons.gif">
</A>
  1. Use the ismap attribute
  2. The user agent will send the x and y coordinates to the server
  3. The server-side program can process the coordinates and respond accordingly

© Salma Alam-Naylor 1995

- 11