MCQOPTIONS
Saved Bookmarks
| 1. |
To set up the window to capture all Click events, we use which of the following statement? |
| A. | window.captureEvents(Event.CLICK); |
| B. | window.handleEvents (Event.CLICK); |
| C. | window.routeEvents(Event.CLICK ); |
| D. | window.raiseEvents(Event.CLICK ); |
| Answer» B. window.handleEvents (Event.CLICK); | |