locate mouse cursor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Douglas F.

    locate mouse cursor

    Is there a way to locate the mouse cursor in a form's text type (edit box)?


  • Ilija Studen

    #2
    Re: locate mouse cursor

    Douglas F. wrote:[color=blue]
    > Is there a way to locate the mouse cursor in a form's text type (edit box)?[/color]

    From PHP? No.

    Comment

    • Jeff Evans

      #3
      Re: locate mouse cursor

      Douglas F. < fabien@toast.ne t > wrote:[color=blue]
      > Is there a way to locate the mouse cursor in a form's text type (edit
      > box)?[/color]

      You'll have to use javascript, I'm sure (don't know the specific functions,
      sorry).


      Comment

      • Tony Clarke

        #4
        Re: locate mouse cursor

        setFocus in JavaScript will do it.

        "Jeff Evans" <jwevans1@you_e ye_you_see.edu> wrote in message
        news:cn2q6e$h36 $1@news.ks.uiuc .edu...[color=blue]
        > Douglas F. < fabien@toast.ne t > wrote:[color=green]
        > > Is there a way to locate the mouse cursor in a form's text type (edit
        > > box)?[/color]
        >
        > You'll have to use javascript, I'm sure (don't know the specific[/color]
        functions,[color=blue]
        > sorry).
        >
        >[/color]


        Comment

        Working...