Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JSP and the fly likes server to be notified when browser closes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

server to be notified when browser closes

mohan kumar nie
Greenhorn

Joined: Feb 05, 2002
Posts: 12
server to be notified when browser closes
when user closes the browser, I want server to be notified.
If I use <BODY onUnLoad="javascript:notifyServer()"> , this will be called everytime when user request for another page.
How to achieve above functionality in Microsoft Internet explorer.
prabhat kumar
Ranch Hand

Joined: Apr 11, 2001
Posts: 114
this is a cross post from servlets ,
and it has got one answer there
bartender can u move it?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: server to be notified when browser closes
 
Similar Threads
logout on browser close
server to be notified when browser closes
Session handling
Session
cleint disconnecting without logging out....