I have a form with several fields for user input. I like the idea of using [COLOR=Blue]setFocus[/COLOR] to place the cursor in the first field when the form loads. This works fine.
However, tabbing doesn’t work to move the user to the next field.The cursor just sits there in the first field until I click in another with the mouse.
Is there a way to use [COLOR=Blue]setFocus[/COLOR] and still maintain the tab capability out of that field (tabbing works fine, once I’ve clicked outside the original field)?