https://www.html2.net/image-maps.html
Level-up with image maps
<A HREF="/cgi-bin/imagemap">
<IMG ismap src="icons.gif">
</A>
- Use the ismap attribute
- The user agent will send the x and y coordinates to the server
- The server-side program can process the coordinates and respond accordingly
© Salma Alam-Naylor 1995