G Web Server Examples

Server Side Image Maps

The following image uses a server-side image map shapes.map. Clicking on one of the shapes causes the server to redirect you to the page associated with that area.

The HTML code for the image is:

<A HREF="shapes.map">
<IMG SRC="../images/shapes.gif" BORDER="0" ISMAP
</A>







Contents of the shapes.map image map file

rect    rect.htm    31,20 92,71
circle  circle.htm  150,50 180,50
poly    poly.htm    20,110  40,90  90,90  110,110  90,130  39,130  20,110  20,110  20,110


© National Instruments