georgeafi
09-18-2003, 10:21 PM
Hey, i have this code to open a pic in a new window. The window resizes to about the size of the pic but is too small. Is there any way i can set how big the window shoul open? And also where would I put it in this code?
<a href="images/afi__41.jpg" target="_blank"
onClick="window.open('image_viewer.html?'+escape('images/afi__41.jpg'),null,'scrollbars=no,resizable=no',1);return false;"><img
border="" src="images/tnafi41.jpg" alt="Click for larger image."
width="50" height="50"></a>
<a href="images/afi__41.jpg" target="_blank"
onClick="window.open('image_viewer.html?'+escape('images/afi__41.jpg'),null,'scrollbars=no,resizable=no',1);return false;"><img
border="" src="images/tnafi41.jpg" alt="Click for larger image."
width="50" height="50"></a>