Window.screenX (Property)

The X coordinate of the window within the screen display.

Availability:

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

This is the horizontal coordinate of the left 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 left edge of the containing top level window.

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

See also:Window.screenLeft