Select from following answers:- window.captureEvents(Event.CLICK);

- window.handleEvents (Event.CLICK);
- window.routeEvents(Event.CLICK );
- window.raiseEvents(Event.CLICK );
- All Above
window.captureEvents(Event.CLICK) is used to set up the window to capture all Click events in Javascript.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator