MouseEvent.screenY (Property)

Mouse position relative to the screen display.

Availability:

DOM level - 2
JavaScript - 1.5
Netscape - 6.0
Property/method value type:Number primitive
JavaScript syntax:NmyMouseEvent.screenY

You may need to know the position of the mouse relative to the screen display co-ordinates and not the browser window or objects within it. This property provides the vertical co-ordinate of the mouse within the screen.

See also:Event.screenY

Property attributes:

ReadOnly.