To set up the window to capture all Click events, we use which of the following statement?
To set up the window to capture all Click events, we use which of the following statement?
Select Answer:
window.captureEvents(Event.CLICK);
window.handleEvents (Event.CLICK);
window.routeEvents(Event.CLICK );
window.raiseEvents(Event.CLICK );
|