on 2007 Jul 12 1:42 PM
Hi,
I have one Webdynpro java application. I need to display a message when user clicks browser close button. How can I catch the browser close event?
Thank you,
Deepti
Hi,
You cannot catch any browser event in WebDynpro application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where do you intend to display a message when the user exits the application? Are you sure the user can see it?
You may try to use wdDoExit() in the Component Controller
/** Hook method called to clean up controller. */
public void wdDoExit()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
11 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.