sugarberrie87
07-12-2003, 08:41 PM
hey yall I have a site with an image map, and i want it so that when it clicks on the enter button, it opens in a new non-resizable window that the width is 720 and the height is 576. This is the code I have, and it works except when i click the link to enter it doesnt open in a new resized pop-up window, please help!! thanx! the website is http://www.geocities.com/cracklecafe/rose.htm if u need it.
<head>
<script language="javascript">
//<!--
function popup()
{ window.open ("http://geocities.com/cracklecafe/index.htm", "popup", "width=720, height=576, location=0, menubar=0, resizable=0, scrollbars=0, status=0, titlebar=1, toolbar=0") }
-->
</script>
</head>
<body>
<IMG NAME="rose0" SRC="rose.jpeg" WIDTH="470" HEIGHT="328" BORDER="0" USEMAP="#rose">
<MAP NAME="rose">
<AREA SHAPE="rect" COORDS="234,246,338,284" HREF="http://www.geocities.com/cracklecafe/index.htm" ALT="Enter Paree..." TITLE="Voila! || La tres Magnefique Paris">
</MAP>
</body>
<head>
<script language="javascript">
//<!--
function popup()
{ window.open ("http://geocities.com/cracklecafe/index.htm", "popup", "width=720, height=576, location=0, menubar=0, resizable=0, scrollbars=0, status=0, titlebar=1, toolbar=0") }
-->
</script>
</head>
<body>
<IMG NAME="rose0" SRC="rose.jpeg" WIDTH="470" HEIGHT="328" BORDER="0" USEMAP="#rose">
<MAP NAME="rose">
<AREA SHAPE="rect" COORDS="234,246,338,284" HREF="http://www.geocities.com/cracklecafe/index.htm" ALT="Enter Paree..." TITLE="Voila! || La tres Magnefique Paris">
</MAP>
</body>