Question:Which of the following is used to capture all click events in a window?
A window.captureEvents(Event.CLICK); B window.routeEvents(Event.CLICK ); C window.handleEvents (Event.CLICK); D window.raiseEvents(Event.CLICK );
+ AnswerA
+ Report