Link to home
Start Free TrialLog in
Avatar of riskvision
riskvision

asked on

Logout and close all child windows

In the parent window I have several pages that can open a child windows.  When the user logs out, how do I close all of the child windows that were opened by different pages in the parent window?  I have seen many posts about closing child windows, but nothing like my case.  Since I have different pages that open child windows, I cannot use an array to keep track all the children.
ASKER CERTIFIED SOLUTION
Avatar of enachemc
enachemc
Flag of Afghanistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of riskvision
riskvision

ASKER

I ended up using frames and arrays to solve my problem from the topic "Keeping track of all popup windos opened across a webapplication"