PDA

Click to See Complete Forum and Search --> : User's exiting the page????


bob323
Feb 21st, 2003, 10:40 AM
Does anyone know how to catch when a user exits the page? As asp.net is essentially server side, the on_unload method is called when the server has finished displaying the page, not when the user is closing the page or moving off of it (as it does with javascript).

So how do you determine when a user has exited (or moved off) the page??

ChrisWise
Feb 22nd, 2003, 02:08 PM
Hi,

Im not sure you can since http is a stateless protocol, I think you could do it with javascript though.