Kill process on window close [message #168624] |
Fri, 21 April 2006 05:53 |
VSPB
Messages: 27 Registered: August 2005
|
Junior Member |
|
|
hi
I am working on oracle 9i web application. If, while the application is running, I close the browser window without exiting from every screen, the process ifweb90 remains open. And if like this many processes get collected then the applications start hanging or shuts down automatically. Is there any way that I can capture the window close event and check, if all the forms are not exited then give an alert to first close all the forms and then close the window. And this way stop the browser window from closing without exiting from all the forms.
I have searched for this in the forum, alter can be used to kill a session. But it is to be written in SQL plus. Is there any way i can write it in my code so that every time it will check automatically before closing.
Thank you
|
|
|
|
|
|