> hi
>
> i have a pg with frames. Each contains a form. Once details have been
> entered i'm using submit() to send the details to processIT.asp. I want
> the main pg with frames to close so that the user cannot go back to the
> framed page and make changes & the results after the processing to be
> shown on a new page.
>
>
> one of my function has the following 2 lines
>
> document.form1.submit();
> parent.window.close
>
>
> and this is how i submit the form.
>
> <form name="form1" method="post" action="processIT.asp" target="_blank">
>
>
> It works fine with IE but the window does not show up at all in Netscape.
> WHY is it so.....and what's the work-around.
>
>
> thanks for your time,