How to show different color on the clickable .gif file
I am using HTML and java script for clicking on the image file to get various respose dynamically. As you can see from the code, I can click on different co-ordinates / position on the .gif file to get the info.
<td><img src="../shelf/cards/stm1s-tdm-nim.jpg" width="215" height="22" usemap="#stm1s-tdm-nim-<%=slot_num%>"/>
<map name="stm1s-tdm-nim-<%=slot_num%>">
<area shape="rect"
coords="2,2,132,17"
alt=" "
href='JavaScript:changeContent("/shelf/tw600/card.jsp", "activeMenu=0,1&sel=<%=slot_num%>")'>
</area>
</map>
Help Required : What can i do in order to show the position or the cordinate portion that has been clicked (say to different color). I just want to change the color of the co-ordinate and not the entire gif file.
Can i use ActiveWidgets 2.0 . Is there any sample code available to achive such ...
Please Help!
Regds,
SK
<td><img src="../shelf/cards/stm1s-tdm-nim.jpg" width="215" height="22" usemap="#stm1s-tdm-nim-<%=slot_num%>"/>
<map name="stm1s-tdm-nim-<%=slot_num%>">
<area shape="rect"
coords="2,2,132,17"
alt=" "
href='JavaScript:changeContent("/shelf/tw600/card.jsp", "activeMenu=0,1&sel=<%=slot_num%>")'>
</area>
</map>
Help Required : What can i do in order to show the position or the cordinate portion that has been clicked (say to different color). I just want to change the color of the co-ordinate and not the entire gif file.
Can i use ActiveWidgets 2.0 . Is there any sample code available to achive such ...
Please Help!
Regds,
SK
SK
February 28,