dees
asked on
Capturing event when user closes browser
Dear friends
I have developed a web application and i am using some objects within it.i want to make those object empty when user clicks 'X' button of the browser.How can we do this.Please guide me for this issue
Thanks in advance
Dees
I have developed a web application and i am using some objects within it.i want to make those object empty when user clicks 'X' button of the browser.How can we do this.Please guide me for this issue
Thanks in advance
Dees
ASKER
Dear Vinhnl
My application is accessing a remote object i need alter one of its property when user closes the browser
My application is accessing a remote object i need alter one of its property when user closes the browser
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
I don't know why do you have to empty those objects ? it isn't neccessaire with web application.
If you use variables session or application, you have to set time out for them.