Click to See Complete Forum and Search --> : Open a Window


screaming_banjo
08-28-2003, 02:57 AM
Hi

This is probably a really silly question! I've been linking thumbnails to larger pictures and I would like the picture to open maximized, however it opens as a smaller window. This is what I have:

<a href="pic1may2003.htm" target="_blank">

I think I could use JavaScript to determine the size of the new window, but thought that there must be a simpler way than that.

Any help would be most appreciated - Thanks!


:confused:

Khalid Ali
08-28-2003, 07:58 AM
well you will need some mechanism to tell window to open in certain size won't you?
to me seems like you will need js.

AdamGundry
08-28-2003, 08:04 AM
http://webdevfaqs.com/javascript.php#popup

Adam