onoffline event
Raised when Windows Internet Explorer is working offline.
This event is not supported for Windows apps using JavaScript.
Syntax
HTML Attribute | <element onoffline = "handler(event)"> |
Event Property | object.onoffline = handler; |
attachEvent Method | object.attachEvent("onoffline", handler) |
addEventListener Method | object.addEventListener("offline", handler, useCapture) |
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
Event handler parameters
- pEvtObj [in]
Type: IHTMLEventObj
Standards information
There are no standards that apply here.
Remarks
If Asynchronous JavaScript and XML (AJAX) Connection Services are disabled, this event is not raised. (These services are enabled by default.)
To invoke this event, do one of the following:
- Set the browser to "Work Offline" on the File menu.
See also
Reference