Here's exactly what we're trying to do....
The original map code looks like this:
<MAP NAME="EA2">
<area shape="rect" coords="2592,262,2811,398" href="EA3.htm">
<area shape="rect" coords="2228,533,2458,696" href="EA24.htm">
we would like to modify the area tags to the following:
<MAP NAME="EA2">
<area shape="rect" coords="2592,262,2811,398" href="EA3.htm" onclick="return popitup('EA3.htm')">
<area shape="rect" coords="2228,533,2458,696" href="EA24.htm" onclick="return popitup('EA24.htm')">
Where can we locate the <map> and <area> tags to modify them?
Appreciate a speedy reply even if the answer is its not possible.