On receipt of a call to this method, the input object will look at its available set of event handler functions and pass the event to an appropriately mapped handler function. It is essentially an event dispatcher that is granular down to the object level.
The argument value is an Event object that contains information about the event.
See also: | handleEvent() |
Prev | Home | Next |
Input.form | Up | Input.maxLength |
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. |