Identify the letter of the choice that best matches the phrase or definition.

A. This event property returns a number indicating the mouse button that was pressed, where0 = left, 1 = wheel or middle, and 3 = right and evt is event object for the mouse event.
B. This event property returns the horizontal coordinate (in pixels) of the mouse pointer relative to the browser window.
C. This event property returns the number of times the mouse button was clicked.
D. This event property returns the horizontal coordinate (in pixels) of the mouse pointer relative to the document.
E. This event property returns the vertical coordinate (in pixels) of the mouse pointer relative to the monitor.


A. evt.button
B. evt.clientX
C. evt.detail
D. evt.pageX
E. evt.screenY

Computer Science & Information Technology

You might also like to view...

Which of the following Account lockout policy setting specifies how many times a user can type in a password incorrectly before being locked out?

A) Account lockout duration B) Account lockout threshold C) Account lockout attempts D) Account lockout counter

Computer Science & Information Technology

What is a building block? Does Word provides a predefined list of building blocks? If yes, where can you find this list?

What will be an ideal response?

Computer Science & Information Technology

The hard drives of devices to be disposed of should be destroyed before they are sold or recycled. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

If you need to pass a class template (named myClass) function an object of the class as a value parameter, then the type of the parameter is

What will be an ideal response?

Computer Science & Information Technology