July 1998
Intermediate to advanced
1456 pages
65h 5m
English
x, y — NN n/a IE 4 DOM n/a
Read-only
Returns the horizontal and vertical pixel coordinates of the mouse
pointer at the time the event occurred. The coordinate system is
either a positioned element or the BODY element. A
value of -1 is returned if the pointer was outside
of the document area of the browser window.
if (event.x < 20 && event.y < 30) {
...
}Integer.
None.
Read now
Unlock full access