Availability: |
| |||
Property/method value type: | Boolean primitive | |||
JavaScript syntax: | IE | myObject.ondatasetcomplete = aHandler | ||
HTML syntax: | <HTMLTag onDataSetComplete="..."> | |||
Argument list: | aHandler | A reference to a function object to handle the event | ||
Supported by objects: | APPLET, AREA, BODY, IMG, OBJECT |
This event fires to indicate that all data is available from the data source object.
In a data-driven loop, you may want to perform some processing at closure when the data has been completely retrieved from the database. This event is triggered when that happens.
Prev | Home | Next |
onDataSetChanged | Up | onDblClick |
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. |