This page is Not Ready

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

onerror

Property of dom/Elementdom/Element

Syntax

var result = element.onerror;
element.onerror = value;

Notes

Remarks

When an error occurs, the current operation is stopped and the error is passed by the error property. Displays the error message when a problem occurs and executes any error handling routine associated with the event.

Syntax

Event handler parameters

pEvtObj [in]
Type: ****IHTMLEventObj****

Attributions