TOC PREV NEXT INDEX

domref



window.screenY


Returns the vertical distance of the top border of the user's browser from the top side of the screen.

Syntax

lLoc = window.screenY
 

Parameters

lLoc is the number of pixels from the top of the screen.

Example

None.
 

Notes

See also window.screenX.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX