onAfterUpdate (Event handler)

An event that happens after an update.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyObject.onafterupdate = aHandler
HTML syntax:<HTMLTag onAfterUpdate="...">
Argument list:aHandlerA reference to a function object to handle the event
Supported by objects:APPLET, AREA, BODY, BUTTON, CAPTION, Checkbox, DIV, Document, FIELDSET, IMG, Input, MARQUEE, OBJECT, RadioButton, Select, TABLE, TD, TEXTAREA, TH

If the contents of a page are database driven, this will be called after the database has been updated.

See also:Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onBeforeUpdate, Semantic event