event Properties DHTML Events
DOM Level 2 Specification.
Retrieves the horizontal position of the mouse relative to the user's screen.
HTML |
N/A |
Script |
[ intSize = ] event.screenX |
intSize |
Integer value specifying the horizontal length of the screen size, in pixels. |
The property is read-only, with no default value.
This property returns the x-coordinate of the cursor position at which the event occurred, in pixels, relative to the left origin of the screen coordinate system.
event
clientX, clientY, offsetX, offsetY, screenY