CLIENT-SIDE
PART I: GRAPHIC sample.gif

PART II:: .html file
<HTML> <HEAD>
<TITLE></TITLE>
<map name="sample">
<area shape="rect" href="http://www.Colorado.EDU/geography/"
coords="15,65 166,97">
<area shape="rect" href="http://www.Colorado.EDU/geography/virtdept/contents.html"
coords="12,110 214,148">
<area shape="rect" href="http://www.Colorado.EDU/geography/gcraft/contents.html"
coords="15,168 221,198">
</map>
</HEAD> <BODY>
<P>CLIENT-SIDE</P>
<P>PART I: GRAPHIC sample.gif</P>
<P><IMG SRC="sample.gif" usemap="#sample" HEIGHT=198 WIDTH=221 ismap></P>
<P>PART II:: .html file</P>
</BODY> </HTML>