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 seperate 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]
Thanks in advance
- rajamohan