Forum Moderators: phranque
It works fine, although the image map is near the bottom of my main page, and the pop-up opens at the top, forcing the main window to be viewed at the top when the pop-up is read or closed. IS there a way to dictate where your pop-up window will be located?
Also, there is no javascript involved...is this good or bad? IS it better to use javascript?
my code:
<img src="images/what.png" width="60" height="7" border="0" usemap="#Map">
<map name="Map">
<area onClick="MM_openBrWindow('pop-upURL','what','width=350,height=350')"
shape=rect coords=1,-2,59,9
href="mymainURL#" >
</map>