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
Notes
See also window.screenX.
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |