How to close all pop-up on click on logout
-
Hi All, I am facing a problem in my application and need you guys help. The problem is to I want to close all the pop-up windows if user click on log out link or id user directly close the browser. I need to perform all this with the help of JavaScript. Is any one can please help me to solve this? One constraint is that I can not change existing modules. :( Thanks a lot in Advance. Thanks, RK...
-
Hi All, I am facing a problem in my application and need you guys help. The problem is to I want to close all the pop-up windows if user click on log out link or id user directly close the browser. I need to perform all this with the help of JavaScript. Is any one can please help me to solve this? One constraint is that I can not change existing modules. :( Thanks a lot in Advance. Thanks, RK...
RajinderKamboj wrote:
I can not change existing modules
If you can't make any changes then how are you going to do anything? The first thing would be to redesign and not use popups. Otherwise you'll need to keep track of windows that are opened and close them during log out or on the close event of the main window
I know the language. I've read a book. - _Madmatt
-
RajinderKamboj wrote:
I can not change existing modules
If you can't make any changes then how are you going to do anything? The first thing would be to redesign and not use popups. Otherwise you'll need to keep track of windows that are opened and close them during log out or on the close event of the main window
I know the language. I've read a book. - _Madmatt
Hi Mark, Thanks for reply. I mean of not change existing modules means I can not change each and every program which is opening the pop-up. I can change some of main programs. Can you please give me soluation for this? Thanks a lot once again. Thanks, RK..
-
Hi All, I am facing a problem in my application and need you guys help. The problem is to I want to close all the pop-up windows if user click on log out link or id user directly close the browser. I need to perform all this with the help of JavaScript. Is any one can please help me to solve this? One constraint is that I can not change existing modules. :( Thanks a lot in Advance. Thanks, RK...
If you are opening the popup using a common function, then only you can track the windows and close all the popup windows if user clicks on logout.
-
Hi Mark, Thanks for reply. I mean of not change existing modules means I can not change each and every program which is opening the pop-up. I can change some of main programs. Can you please give me soluation for this? Thanks a lot once again. Thanks, RK..
InderK wrote:
Can you please give me soluation for this?
There is no solution if you don't have control over the apps that are opening the windows
I know the language. I've read a book. - _Madmatt
-
InderK wrote:
Can you please give me soluation for this?
There is no solution if you don't have control over the apps that are opening the windows
I know the language. I've read a book. - _Madmatt