Click to return to the DHTML, HTML     
onerror Event     onfilterchange Event     DHTML Events    
Web Workshop  |  DHTML, HTML & CSS

onerrorupdate Event


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 propertyobject.onerrorupdate = handlerJScript (compatible with ECMA 262 language specification) only
Named script<SCRIPT FOR = object EVENT = onerrorupdate>Internet Explorer only

Remarks

BubblesYes
CancelsNo
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.

Event Object Properties

cancelBubbleSets or retrieves whether the current event should bubble up the hierarchy of event handlers.
srcElementRetrieves the object that fired the event.
typeRetrieves the event name from the event object.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
BDO, custom, INPUT TYPE=text, RT, RUBY, TEXTAREA

See Also

Data Binding



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.