Is the window object onclose() or closing() event exposed in HTML/Javascript?
|
|
|
|
|
|
|
There is no event that lets you determine the difference between a page refresh, form submission, link clicked, or browser closed. I am guessing that is what you are really after. |
||
|
|
|
|
You have both onunload() and onbeforeunload() javascript events for that. |
||
|
|
|
|
I think you want the onUnload event. |
||
|
|
