Saturday, 8 September 2012

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

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

 Ans: A

No comments: