This topic has not yet been rated - Rate this topic

onsuspend event

Occurs if the load operation has been intentionally halted.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12Internet Explorer 9

Syntax

HTML Attribute <element onsuspend = "handler(event)">
Event Property object.onsuspend = handler;
attachEvent Method object.attachEvent("onsuspend", handler)
addEventListener Method object.addEventListener("suspend", handler, useCapture)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: Event

Standards information

Remarks

This event occurs when the browser stops fetching data temporarily. (Not currently used by Windows Internet Explorer 9.)

This event occurs when the browser stops fetching data temporarily.

To invoke this event, do one of the following:

  • None.

See also

Reference
onstalled
onwaiting

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.