Click to See Complete Forum and Search --> : Detecting focused


demo
01-11-2004, 01:38 PM
Hey

Is there any way to detect if a textarea is focused ie so that text can be input.

cheers

demo

Fang
01-11-2004, 02:02 PM
<textarea rows="5" cols="20" onfocus="alert('enter your text');">
</textarea>