View Full Version : Can you control a windows look when submiting a form?
elcaro2k
10-15-2002, 06:55 PM
I need to pass a very long string to a child window and the only that I am able to do it is by posting a form. The problem is that I need to control the windows size, scroll bars, etc. Is it posible to do a submit and a window.open at the same time????
Roy Sinclair
10-15-2002, 09:33 PM
During the submit do a window.open call setting up the window you need with the appropriate size and other options first and make sure you give that new window a name. Then all you need is to have a target="newwindowname" as a part of the form declaration and after the form is submitted the reply will be sent to the newly opened window.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.