<body>
<a title="Image" target="_blank" class="style1"
onclick="window.open('Img_page.html', 'Image', 'resizable=no,scrollbars=no, status=no,
toolbar=no,titlebar=no,menubar=no, left=0,top=0,width=400px,height=400px, ')">
<img src="images/center_image.jpg" width="89" height="70" border="0"></a></td>
</body>
Im using this code in my main page i want to remove the menus from the new image page where i just want to show the image with resizable page and maximize button must be disabled
Thanx