|
|
|
|
|
clientX
Returns the horizontal coordinate of the event within the DOM client area.
Syntax
returnType = event.propertyParameters
Example
Notes
clientX is part of the DOM Level 2 Event Model for compatibility with older event models. It was used to blah blah.
See also clientY.
Specification
link to spec
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|