window.screenX
Returns the horizontal distance of the left border of the user's browser from the left side of the screen.
Syntax
lLoc = window.screenX
Parameters
lLoc is the number of pixels from the left side the screen.
Example
Notes
See also window.screenY.
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |