OnQuit event

Fires before the Windows Internet Explorer application quits.

Syntax

HTML Attribute <element OnQuit = "handler(event)">
attachEvent Method object.attachEvent("OnQuit", handler)

 

Event information

Synchronous No
Bubbles No
Cancelable No

 

Event handler parameters

This method has no parameters.

Remarks

The WebBrowser object ignores this event.

See also

InternetExplorer