Please check the following properties:
(These properties do not give the size or position of the window, but they can be interpreted correctly when operating a system with multiple monitors)
For standards-compliant browsers:
X - window.screenX
Y - window.screenY
For IE browser:
X - window.screenLeft
Y - window.screenTop
Please keep in mind that implementations may vary. Please note multi-monitor setup...