PDA

Click to See Complete Forum and Search --> : Set focus


David Laplante
Nov 15th, 2000, 12:20 AM
Is there a way that I can Set the focus on the first textbox or textarea in a page without knowing what is it's name or if there even is a textbox or textarea at all ??

monte96
Nov 15th, 2000, 03:09 PM
you can use the tabindex attribute- set it to 0 for the one you want to have focus.