0

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?

Community
  • 1
  • 1
  • 1
    Just you imagine the countless ways that such feature could be abused. Hopefully it will never be possible. – mdrg Feb 11 '11 at 10:40

2 Answers2

4

Nope, changing the mouse cursor position is not possible in pure JavaScript.

Pekka
  • 442,112
  • 142
  • 972
  • 1,088
1

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 ;-)

Laurens
  • 892
  • 7
  • 9