posted 15 years ago
Hi ,
I am facing problem in closing the child windows which are opened from my Parent window. I have different modules in my application. If am opening multiple child windows from one of the module i am able to close all the child windows when i click the logout on my parent window using the below code.
am getting all the references of the child windows using array and closing all at a time.
But problem is when am opening 1 child window from one module and another child window from another child window , and if i click the parent window logot button the latest child window which i opened is getting close and the other is not.
Please help me in this. Greatly appreciate it.>