Web Technologies - Programming Language (MCQ) questions for Q. 27542
Q. To set up the window to capture all Click events, we use which of the following statement?- Published on 26 Feb 17a. window.captureEvents(Event.CLICK);
b. window.handleEvents (Event.CLICK);
c. window.routeEvents(Event.CLICK );
d. window.raiseEvents(Event.CLICK );
ANSWER: window.captureEvents(Event.CLICK);