Juls
01-03-2002, 12:15 PM
Hi,
I am lost please help!!!
I have an asp page that first validates a form onsubmit and then submits a form to another asp page. When this form submits I open a new window for this next page and would like to set toolbar and menubar of this new window to 0.
However .... after many different combinations I came to the conclusion that this is not possible unless you use window.open method. I tried to use self.toolbar but got an error saying it's not being recognized as valid.
I also tried running my validate function and then the function that submits the form with the action.... but nothing.
Is there a way to set these window properties at the time of opening it?
Thanks so much,
Juls
I am lost please help!!!
I have an asp page that first validates a form onsubmit and then submits a form to another asp page. When this form submits I open a new window for this next page and would like to set toolbar and menubar of this new window to 0.
However .... after many different combinations I came to the conclusion that this is not possible unless you use window.open method. I tried to use self.toolbar but got an error saying it's not being recognized as valid.
I also tried running my validate function and then the function that submits the form with the action.... but nothing.
Is there a way to set these window properties at the time of opening it?
Thanks so much,
Juls