wheaty
08-05-2003, 11:44 PM
Hi,
I have a main window that calls a function to pop up
subwindows using javascript window.open()
whenever user clicks on certain buttons.
There's another javascript function that keeps a cookie list of the
subwindow names that I open and it'll add or delete from the list
based on user selection. Anyway, I
want to close all the subwindows
on the list when user logs out from the main window using window.close().
This all works fine on Netscape 4.7, 7.0 and Mozilla but failed on IE6.0.
I put an alert in the close function and on IE the alert never pops up
when user log out but instead it pops up when the user logs back in
next time. Is this an IE bug? Any workaround? or am I doing
something wrong? I appreciate any
help. Thanks. -wheat
I have a main window that calls a function to pop up
subwindows using javascript window.open()
whenever user clicks on certain buttons.
There's another javascript function that keeps a cookie list of the
subwindow names that I open and it'll add or delete from the list
based on user selection. Anyway, I
want to close all the subwindows
on the list when user logs out from the main window using window.close().
This all works fine on Netscape 4.7, 7.0 and Mozilla but failed on IE6.0.
I put an alert in the close function and on IE the alert never pops up
when user log out but instead it pops up when the user logs back in
next time. Is this an IE bug? Any workaround? or am I doing
something wrong? I appreciate any
help. Thanks. -wheat