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
Microsoft Developer Network: [Windows Internet Explorer API reference Article]