View Full Version : Popup from an image map


tomwilliamson
01-22-2003, 09:41 PM
I have got an image map for my menu on my website, i would like for each link (there are 7) to open in a popup window.
I have been using the "_blank" in my text links, which i prefer, but i cant get this to work on image maps...

please help.
the image map html looks like this:

<p align="center"><map name="FPMap1">
<area coords="3, 2, 262, 35" shape="rect" href="http://pub35.bravenet.com/photocenter/album.php?usernum=2968056305">
<area href="http://uk.msnusers.com/1406SpaldingATC/vigowoods2001.msnw" shape="rect" coords="4, 35, 262, 68">
<area href="http://uk.msnusers.com/1406SpaldingATC/wingathletics.msnw" shape="rect" coords="3, 68, 262, 102">
<area href="http://uk.msnusers.com/1406SpaldingATC/pastentries.msnw" shape="rect" coords="4, 102, 262, 137">
<area href="http://uk.msnusers.com/1406SpaldingATC/thencosandstaffphotos.msnw" shape="rect" coords="2, 136, 262, 170">
<area href="http://uk.msnusers.com/1406SpaldingATC/campphotos.msnw" shape="rect" coords="3, 171, 262, 205">
<area href="http://uk.msnusers.com/1406SpaldingATC/hamishmcspaldingstravels.msnw" shape="rect" coords="2, 206, 262, 237">
<area href="http://uk.msnusers.com/1406SpaldingATC/photos.msnw" shape="rect" coords="3, 237, 262, 270">
</map>
<img border="0" src="http://1406atc.bravepages.com/photo%20menu.jpg" width="263" height="271" usemap="#FPMap1"></p>

and i want each link to be a popup


please please help me

tom

Alcy
01-22-2003, 09:53 PM
This doesn't work?

<img border="0" src="http://1406atc.bravepages.com/photo%20menu.jpg" width="263" height="271" usemap="#FPMap1">
<map name="FPMap1">
<area coords="3, 2, 262, 35" shape="rect" target="_blank" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true" href="http://pub35.bravenet.com/photocenter/album.php?usernum=2968056305">
</map>

tomwilliamson
01-22-2003, 10:02 PM
your a star!
keep up the good work