Availability: |
| |||
Property/method value type: | Boolean primitive | |||
JavaScript syntax: | IE | myObject.onbeforeupdate = aHandler | ||
HTML syntax: | <HTMLTag onBeforeUpdate="..."> | |||
Argument list: | aHandler | A reference to a function object to handle the event | ||
Supported by objects: | APPLET, AREA, BODY, BUTTON, CAPTION, Checkbox, DIV, Document, FIELDSET, IMG, Input, OBJECT, RadioButton, Select, TABLE, TD, TEXTAREA, TH |
Database updates my require some data integrity checks to be carried out. This event trigger allows some checking to take place at an opportune moment, immedately before the update happens.
Prev | Home | Next |
onBeforeUnload | Up | onBlur |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |