Monday, August 11, 2014

To set up the window to capture all Click events, we use which of the following statement? | JavaScript Questions

A.  window.captureEvents(Event.CLICK);
B.   window.handleEvents (Event.CLICK);
C.  window.routeEvents(Event.CLICK );
D.  window.raiseEvents(Event.CLICK );
 Ans: A

No comments: