Client-Side Image Map demo

This is a circle. This is a rectangle. This is a triangle. This is a right pointing hand sign.

Below is the source



<IMG SRC="ImapDemo.gif" ISMAP BORDER="2" usemap="#ImapDemo">

<map name="ImapDemo">

<area shape="circle" alt="This is a circle."
¡@¡@¡@ coords="50,50,39" href="circle.html">

<area shape="rect" alt="This is a rectangle."
¡@¡@¡@ coords="131,11,170,89" href="rectangle.html">

<area shape="polygon" alt="This is a triangle."
¡@¡@¡@ coords="250,10,290,90,212,90" href="triangle.html">

<area shape="polygon" alt="This is a right pointing hand sign."
¡@¡@¡@ coords="305,73,305,35,313,35,313,36,316,38,
¡@¡@¡@¡@¡@¡@ 317,40,325,39,335,34,359,34,359,35,
¡@¡@¡@¡@¡@¡@ 372,35,373,38,383,39,384,43,379,46,
¡@¡@¡@¡@¡@¡@ 367,45,366,50,362,58,360,58,359,63,
¡@¡@¡@¡@¡@¡@ 356,68,346,68,345,70,330,71,329,68,
¡@¡@¡@¡@¡@¡@ 323,68,322,66,319,66,318,67,313,68,
¡@¡@¡@¡@¡@¡@ 313,73" href="hand.html">

<area shape="rect" href="ImapDefault.html" coords="0,0,399,99">

</map>