Browser onClose event??
Hi all,
How can I handle the closing event of the browser window?
In other words, if there's no event in javascript for browser window closing, then what do you do when you want to call a server page and pass some info to it, just before the client's page is closed?
(onBlur,onunload,and some other events wouldn't work here or the do the job but woudn't do it exclusively.I mean they might happen on some other ocasions too)
|