Click to See Complete Forum and Search --> : How can I change the size of a new window?


Mr. Tuxedo
01-19-2003, 11:19 PM
Help me please! I am adding a link to my page to view the full size of the selected picture. I want a new window to pop up, but i want it to fit the picture purfectly - preferably according to pixels. I don't know how to control this. I do not know how to use java, so I need it in HTML if possible! Thanks.

-Mr. Tuxedo

Charles
01-20-2003, 04:38 AM
<a href="http://www.bettiepage.com/images/photos/whip/whip7.jpg" onclick="window.open(this.href, 'child', 'height=350,width=250'); return false)"><img alt="[Bettia with a Whip]" src="http://www.bettiepage.com/images/photos/whip/whip7_a.jpg"></a>