lingra
08-17-2003, 07:58 PM
Here is the senerio,
I have a full page (pageone.html) that opens a window for entering information. I use the javascript new=window.open() with the size set to 400 by 300. Within the new window the form action is set to "pageone.html" When the use clicks on the submit button pageone.html reapears but now it is the size of the new window.
How do I open a window from a full page, the new smaller window has a form that submits back to the first page, and have the first page remain full size? :confused:
I have a full page (pageone.html) that opens a window for entering information. I use the javascript new=window.open() with the size set to 400 by 300. Within the new window the form action is set to "pageone.html" When the use clicks on the submit button pageone.html reapears but now it is the size of the new window.
How do I open a window from a full page, the new smaller window has a form that submits back to the first page, and have the first page remain full size? :confused: