July 1998
Intermediate to advanced
1456 pages
65h 5m
English
pageX, pageY — NN 4 IE n/a DOM n/a
Read-only
The left and top coordinates of the element’s content relative to the top-left corner of the page area when the event fired. The measurements ignore any scrolling of the page.
if (evtObj.pageX <= 20 && evtObj.pageY <=40) {
...
}Integer pixel count.
None.
Read now
Unlock full access