The Netscape browser provides event management capabilities in version 4.0 that are different to those provided by MSIE. There are four management functions provided to facilitate this:
captureEvents()
releaseEvents()
routeEvent()
handleEvent()
Without using these management functions, events simply fire at the default handler for the event. Now you can route the events to other handlers, invoking whichever ones you need. As such, this adds to the basic functionality.
Prev | Home | Next |
Event handler scope | Up | Event model |
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. |