DHTML Events
Fires when the onbeforeupdate event handler specified for the object has canceled the data transfer and fires instead of the onafterupdate event.
Inline HTML |
<element onerrorupdate = "handler" ... > |
All platforms |
Event property |
object.onerrorupdate = handler |
ECMA-262 Language Specification |
Named script |
<script FOR=object EVENT=onerrorupdate> |
Internet Explorer® only |
Bubbles |
Yes |
Cancels |
No |
To invoke |
Cause the onbeforeupdate event to fire and cancel the data transfer. |
Default action |
Executes any error handling the programmer has included. |
While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.
Event Object Properties
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. |
BDO, HTMLAREA, INPUT type=text, RB, RT, RUBY, TEXTAREA