TOC PREV NEXT INDEX

Put your logo here!


window.screenX


Returns the horizontal location of the mouse in pixels from the left.

Syntax

lLoc = window.screenX 

Parameters

lLoc is the number of pixels from the left side the screen.

Example

None. 

Notes

See also window.screenY.

Specification

DOM Level 0. Not part of specification. 


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX