Window Size

liunx

Guest
How do i set a popup window to be a specific size?<!--content-->Hi pcs800...<br />
<br />
window.open("yourPage.htm","","height=500,width=500");<br />
(Javascript)<br />
<br />
;) k<!--content-->great, thanks<!--content-->Here's a really cool script to make your popup auto resize to fit any pic:<br />
<br />
<!-- m --><a class="postlink" href="http://www.sitepoint.com/article/1022">http://www.sitepoint.com/article/1022</a><!-- m --><br />
<br />
I'm using this now, with a minor adjustment to make it reuse the same popup. You can see mine at: <!-- w --><a class="postlink" href="http://www.hensyel.com">www.hensyel.com</a><!-- w --> >> pictures... etc...<!--content-->very cool, thanks!<!--content-->
 
Back
Top