Event.pageX (Property)

Netscape mouse position relative to the web page.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:Number primitive
JavaScript syntax:NmyEvent.pageX

This is the Netscape mechanism for locating the mouse with respect to the window or frame coordinate address space. Of course it's different to the MSIE property that provides the same functionality. This means you need to build completely different event handling scripts for each platform as if you didn't already have reason enough.

See also:Event.clientX, Event.clientY, Event.pageY, Event.screenX, Event.screenY

Property attributes:

ReadOnly.