JavaScript DOM MouseEvent property: pageX
[this page | pdf | back links]
The pageX property
of MouseEvent
objects within the JavaScript
DOM (i.e.
events triggered by an action with the mouse) returns the horizontal coordinate
of the mouse pointer (relative to the page / document).
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)