How to close all the childwindows(popup window) when closing the parent window
Hi, all
In javascript
I need to close all the child windows[popup windows] that I have opened through a parent window
Scenario:
Here I will be having as many as child window opened and name given to the child window can not be tracked because each will be having a different name, and
I am using 70 to 80 popup windows [doing separate operations] through out my page [parent window]
There can be any number of child windows opened , at the time of user triGgers the event from the parent window to close all the child window that I have opened so far [currently opened child windows]