Is there a way to locate the mouse cursor in a form's text type (edit box)?
locate mouse cursor
Collapse
This topic is closed.
X
X
-
Douglas F.Tags: None -
Ilija Studen
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.
-
Jeff Evans
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
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
Comment