PDA

View Full Version : target blank



merickson
October 26th, 2002, 17:16
When you open a new window with target=_BLANK, is there a way to control the size of the window?

xsnetwork
October 26th, 2002, 17:35
not using the target=_blank property. You will need to use javascript or DHTML (http://www.dynamicdrive.com/dynamicindex8/popwin.htm) to define the size :)

merickson
October 26th, 2002, 17:42
Thanks