|
Hi All,
Ive been here for help before and since you guys are the best, I'm here once again for your expert advice.
I need to change the following code into Text links. I know of the "OnClick:Javascript", but I didnt get it to work. Please Help. Thanks.
Current Code:
<th scope="col"><img src="/images/kvtest/test.jpg" usemap="#Map" border="0" />
<map name="Map" id="Map">
<area shape="rect" coords="150,91,397,159" href="JavaScript:MapSearch('PO')" />
<area shape="rect" coords="205,179,344,244" href="JavaScript:TypSearch('WHM,HOL')" />
<area shape="rect" coords="203,266,346,330" href="JavaScript:CrapSearch('betty')" />
</map></th>
|