1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| <map name="court" id="court">
<area shape="rect" name="net" coords="136,22,496,54" href="" target="_self" />
<area shape="rect" name="topleft" coords="118,105,251,188" onclick="document.getElementById('clicked_area').value=this.name" />
<area shape="rect" name="topmid" coords="252,105,383,188" onclick="document.getElementById('clicked_area').value=this.name" />
<area shape="rect" name="topright" coords="387,105,515,188" onclick="document.getElementById('clicked_area').value=this.name" />
<area shape="rect" name="midleft" coords="93,193,242,303" onclick="document.getElementById('clicked_area').value=this.name" target="_self" />
<area shape="rect" name="midmid" coords="245,193,393,303" href="" target="_self" />
<area shape="rect" name="midright" coords="397,193,542,303" href="" target="_self" />
<area shape="rect" name="botleft" coords="65,306,233,438" href="" target="_self" />
<area shape="rect" name="botmid" coords="236,306,402,438" href="" target="_self" />
<area shape="rect" name="botright" coords="403,306,565,438" href="" target="_self" />
<area shape="rect" name="outleft" coords="9,143,54,326" href="" target="_self" />
<area shape="rect" name="outbot" coords="234,450,403,487" href="" target="_self" />
<area shape="rect" name="outright" coords="579,143,624,326" href="" />
</map>
echo $html->image('courtparts.JPG', array('width' => '633', 'height' => '501', 'usemap' => '#court')); |