Neptune
03-12-2003, 09:29 PM
Okay, I have this problem. I have a image, and when you click on it it takes you to the popup. I wanted to use an image map with it, and I mostly have that down. Except for one thing... the part I want to be my the single link on the image works, but the rest of the picture looks like a different link. It isn't, but it looks like one. Is there some way to fix this?
<script language="javascript">
//<!--
function untitled()
{ window.open ("link.html","untitled","width=800,height=600,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
</head>
<body>
<MAP NAME="MyMap">
<AREA SHAPE="rect" COORDS="135,81,223,101" href="javascript:untitled()"
<area shape="default" nohref></map>
<a href="javascript:untitled()"><img src="untitledfun.gif" border="0" width="360" height="116" USEMAP="#MyMap"></a>
<script language="javascript">
//<!--
function untitled()
{ window.open ("link.html","untitled","width=800,height=600,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
</head>
<body>
<MAP NAME="MyMap">
<AREA SHAPE="rect" COORDS="135,81,223,101" href="javascript:untitled()"
<area shape="default" nohref></map>
<a href="javascript:untitled()"><img src="untitledfun.gif" border="0" width="360" height="116" USEMAP="#MyMap"></a>