Possible Duplicate:
jQuery Set Mouse Position (not cursor position)
I want to set mouse position in the event of 'onload' in javascript.Is there any way?
Possible Duplicate:
jQuery Set Mouse Position (not cursor position)
I want to set mouse position in the event of 'onload' in javascript.Is there any way?
Nope, changing the mouse cursor position is not possible in pure JavaScript.
One can only set the z-index of the mouse cursor in Internet Explorer and Firefox on Windows: http://laurens.vd.oever.nl/weblog/ontheedge/cursorhide/test.html ;-)