vote up 0 vote down star

Is the window object onclose() or closing() event exposed in HTML/Javascript?

flag

51% accept rate

3 Answers

vote up 0 vote down

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.

link|flag
vote up 1 vote down

You have both onunload() and onbeforeunload() javascript events for that.

link|flag
vote up 0 vote down

I think you want the onUnload event.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.