Is it possible to get mouse position when the page has loaded without moving the mouse?

Is it possible to get mouse position when the page has loaded without moving the mouse?


Hello. I ran into this problem today. I would like to know the mouse
position when the page has loaded without the user having to move
the mouse. I have tried just getting the xy-values but it returned
undefined if I triggered on document load and 0 0 if I just trigger
different mouse events when the page has loaded via firebug.
Is it possible to get the values without moving the mouse and if so,
how do I do it?
Yours kindly, Marcus.