Fires on a databound object when an error occurs while updating the associated data in the data source object.
Syntax
Inline HTML <ELEMENT onerrorupdate = "handler" ... > All platforms Event property object.onerrorupdate = handler JScript (compatible with ECMA 262 language specification) only Named script <SCRIPT FOR = object EVENT = onerrorupdate> Internet Explorer only
Remarks
Bubbles Yes Cancels No To invoke Cause the onbeforeupdate event to fire and cancel the data transfer. Default action Executes any error handling associated with the event.
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, the handler can query the event object for data.
cancelBubble Sets or retrieves whether the current event should bubble up the hierarchy of event handlers. srcElement Retrieves the object that fired the event. type Retrieves the event name from the event object.
Applies To
BDO, custom, INPUT TYPE=text, RT, RUBY, TEXTAREA
See Also