July 1998
Intermediate to advanced
1456 pages
65h 5m
English
captureEvents( ) — NN 4 IE n/a DOM n/a
captureEvents(eventTypeList)
Instructs the browser to grab events of a specific type before they reach their intended target objects. The object invoking this method must then have event handlers defined for the given event types to process the event. See Chapter 6.
None.
eventTypeList
A comma-separated list of case-sensitive event types as derived from
the available Event object constants, such as
Event.CLICK or Event.MOUSEMOVE.
Read now
Unlock full access