javascripthtmleventsdom-eventshta

Body onunload event


I'm working on a HTA that should do some final modification on the onunload event. The event does not seem to be trigger.

Is the event still supported? Is there a IE event to know when the page is closed?

I checked around (JavaScript body onunload not working) a bit could not found the same issues.


Solution

  • Maybe try the onbeforeunload event.