Click to See Complete Forum and Search --> : Pop Up Window for Coorindates in an Area Shape


CEEJAY
06-20-2003, 09:34 AM
I have used the scripts for Pop Up Windows in the past, but I'm trying to find a script (head and body) that would work for a pop-up window when clicking on a specific area in a map type image with a number of coorindates.

cacalex
07-10-2003, 03:16 PM
Are you used to the Map Area ???

If so, just put your pop-up code as a result of the "zone" clicking...

Need details...

freefall
07-10-2003, 04:09 PM
Here's an example:

<body>
<img src="testimage.jpg" usemap="#nav" border=0>
<map name="nav">
<area shape=rect coords="0,20,90,70" href="somepage.html" onclick="window.open(this.href,'sometitle','width=100, height=100'); return false;">
<area shape=rect coords="0,80,90,130" href="somepage2.html" onclick="window.open(this.href,'sometitle2','width=100, height=100'); return false;">
</map>
</body>


- Ian

Jd_Johnson8
10-19-2006, 08:50 AM
I know this was posted a long time ago - but i am having the same problem now!! When I use the "onclick" in the code, similar to above - the cursor no longer changes from an arrow to a hand to indicate that it is an active link. Can somebody PLEASE help!!!!