Solved

Suppose an ≪code>onclick</code> Event-Handler Function Includes an ≪code>e</code> Parameter for Its

Question 21

Multiple Choice

Suppose an <code>onclick</code> event-handler function includes an <code>e</code> parameter for its passed-in event object. What code could be used to access the mouse pointer's x coordinate position?


A) <code>xValue</code>
B) <code>e.clientX</code>
C) <code>e.getXCoordinate() ;</code>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions