Click to See Complete Forum and Search --> : Open pics in resizble window.


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>

pyro
09-18-2003, 10:35 PM
This may help you: http://www.infinitypages.com/research/imagepopup.htm

georgeafi
09-18-2003, 10:53 PM
Awsome, thanks Pyro. The Imageviwer code was all i needed. It works alot better than the other code i was using for the imageviewer.

pyro
09-18-2003, 11:07 PM
Great! Glad that's what you needed... :)