Hello,
Here is the code that sets the focus in the text area:
<td>Name: <input type="text" name="name" size=30 onFocus="select(this);"><input type="submit" value=" Send "></td>
Here, I get no focus:
<td>Name: <input type="text" name="name" size=30 onFocus="select(this);"></td>
<td><input type="submit" value=" Send "></td>
Why? How to solve?
Thanks
FNL
Here is the code that sets the focus in the text area:
<td>Name: <input type="text" name="name" size=30 onFocus="select(this);"><input type="submit" value=" Send "></td>
Here, I get no focus:
<td>Name: <input type="text" name="name" size=30 onFocus="select(this);"></td>
<td><input type="submit" value=" Send "></td>
Why? How to solve?
Thanks
FNL