M MouseEvent.screenX (Property) MouseEvent.screenX (Property) Mouse position (Web hosting service)
M MouseEvent.screenX (Property) MouseEvent.screenX (Property) Mouse position relative to the screen display. DOM level 2 JavaScript 1.5 Netscape 6.0 Availability: Property/method value type: JavaScript syntax: You may need to know the position of the mouse relative to the screen display coordinates and not the browser window or objects within it. This property provides the horizontal coordinate of the mouse within the screen. Number primitive myMouseEvent.screenX N See also: Event.screenX Property attributes: ReadOnly. MouseEvent.screenY (Property) Mouse position relative to the screen display. DOM level 2 JavaScript 1.5 Netscape 6.0 Availability: Property/method value type: JavaScript syntax: Number primitive myMouseEvent.screenY N You may need to know the position of the mouse relative to the screen display coordinates and not the browser window or objects within it. This property provides the vertical coordinate of the mouse within the screen. See also: Event.screenY Property attributes: ReadOnly. 1463