Hi,
Using Javascript I am trying to close first window after opening second window. But closing first window also closes the second window but vice versa is not true. My code works fine on IE and Netscape.
Thanks
Closing parent window and keeping up child window
Moderators: Tyler, Scott, PWB v2 Moderator
In order to have the main PWB not close all the child windows, we would need to have each child window start as a new thread. We are hoping to avoid this because it will cause other problems such as when running PWB as the Windows shell.
You can have PWB confirm the closure on the main PWB when by setting the following in the INI file.
[Browser]
...
ConfirmClose=True
...
--Scott
You can have PWB confirm the closure on the main PWB when by setting the following in the INI file.
[Browser]
...
ConfirmClose=True
...
--Scott