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??
So how do you determine when a user has exited (or moved off) the page??