Rajesh kumar wrote:
I need this for the purpose of tracking user login and logout, if the user
clicks logout button then there is no problem, but if the browser get closed
or due to some bandwidth issues or if shutdown occurs, then i need to track
it.

Aha. In which case, just use window.onunload event, and when it happens, check location.href. If it equals your logout page, it's a normal exit. Else, you need to report/log the error. Does that solve your problem?

Vamsee.
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to