View Full Version : How to set a window size?
sqeekor24
03-09-2003, 12:10 AM
Does anyone know how to set the size of a window? Like I have a form that pops up in a different window, "blank", but the window is the full size, I would like the window to just be big enough for the form to fit in. If anyone can help I would appreciate it greatly!!!
pedro_m_az
03-09-2003, 03:56 AM
To have a window a certain size you can use javascript. For example to open a new window that's 500*500 test this. <a href="javascript:void(0)" onClick="open('http://www.google.com','','width=500,height=500')">Click Here</a>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.