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