Which of the following is used to capture all click events in a window?
Options
- window.captureEvents(Event.CLICK);
- window.routeEvents(Event.CLICK );
- window.handleEvents (Event.CLICK);
- window.raiseEvents(Event.CLICK );
CORRECT ANSWER : window.captureEvents(Event.CLICK);
Write your comments