sugarberrie87
07-13-2003, 01:57 AM
ok i am using image mapping so when i click to enter, it opens a new window with the width 576 and the height is 432. everything works perfectly but in the pop up window the website layout is off and not all the way in the window. what am i doing wrong? please help..thanx! site url : http://www.geocities.com/cracklecafe/rose.htm
code:
<head>
<script language="javascript">
//<!--
function popup()
{ window.open ("http://geocities.com/cracklecafe/index.htm", "popup", "width=576, height=432, 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="javascript:popup();" ALT="Enter Paree..." TITLE="Voila! || La tres Magnefique Paris">
</MAP>
</body>
code:
<head>
<script language="javascript">
//<!--
function popup()
{ window.open ("http://geocities.com/cracklecafe/index.htm", "popup", "width=576, height=432, 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="javascript:popup();" ALT="Enter Paree..." TITLE="Voila! || La tres Magnefique Paris">
</MAP>
</body>