move mousepointer via javascript?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Harald Weiser

    move mousepointer via javascript?

    Good morning everybody.

    I would like to know if it is possible to move the mousepointer to another
    location with Javascript? For example Mouse.jumpTo(x, y)

    THX

    Harry


  • Lasse Reichstein Nielsen

    #2
    Re: move mousepointer via javascript?

    "Harald Weiser" <hawe@domea[remove].com> writes:
    [color=blue]
    > Good morning everybody.
    >
    > I would like to know if it is possible to move the mousepointer to another
    > location with Javascript? For example Mouse.jumpTo(x, y)[/color]

    No. (And luckily so, that would be horrible).

    What you can do, and what some abusive pages have done, is to move the
    browser below the cursor after the user has pressed the button, forcing a
    click on an unrelated button.

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    Working...