Window.screenY (Property)

The Y coordinate of the window within the screen display.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:Number primitive
JavaScript syntax:NmyWindow.screenY
NmyWindow.screenY = aCoordinate
NscreenY
NscreenY = aCoordinate
Argument list:aCoordinateA pixel position on the screen

This is the vertical coordinate of the top edge of the Netscape Navigator window. For a Window object that represents the contents of a frame in a frame-set, this value will be the top edge of the containing top level window.

The equivalent value in MSIE can be obtained from the Window.screenTop property.

See also:Window.screenTop