This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

unload

Overview Table

Synchronous No
Bubbles No
Target dom/Element
Cancelable No
Default action ?
## Notes

Remarks

The onunload event occurs when the DOM implementation removes a document from a window or frame. This event applies only to the outermost svg element.

The object or document is removed from the browser window. To invoke this event, do one of the following:

  • The DOM implementation removes a document from a window or frame.

Syntax

Standards information

Event handler parameters

pEvt [in]
Type: IDOMUIEventThe IDOMEvent object.

See also

Related pages

Attributions