1 out of 3 rated this helpful - Rate this topic

OnQuit event

Fires before the Windows Internet Explorer application quits.

Syntax

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

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

This method has no parameters.

Remarks

The WebBrowser object ignores this event.

See also

InternetExplorer

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.