Well I want my code to run when the user exits the webpage so that I can log the user and logoff the account. what event handler can I use for this?
so far i know of Unload but this is when the server finshed loading and before the user is acutally on the page.