Skip to main content
Known Participant
March 29, 2007
Question

Detect text entry in text field box

  • March 29, 2007
  • 1 reply
  • 333 views
Hi,

Can anyone help me here, i am trying to detect if text is being typed in my text field.
Basically what i want to do is :-
If text is typed in my text fieid box then i want to grey out my drop down list box.
Hence how do i take action of text being typed in my text field?

Thanks

Fifo
This topic has been closed for replies.

1 reply

Inspiring
March 29, 2007
Use the 'onKeyDown' event.


"fifo85" <webforumsuser@macromedia.com> wrote in message
news:euft9o$cfo$1@forums.macromedia.com...
> Hi,
>
> Can anyone help me here, i am trying to detect if text is being typed in
> my
> text field.
> Basically what i want to do is :-
> If text is typed in my text fieid box then i want to grey out my drop down
> list box.
> Hence how do i take action of text being typed in my text field?
>
> Thanks
>
> Fifo
>


fifo85Author
Known Participant
March 29, 2007
Thanks for the response TTal
Could you please send me a snippet of code with
the onKeyDownEvent incorporated,
i am new to web design.

Thanks again
fifo