Go to next tab index using JS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AMT India
    New Member
    • Feb 2007
    • 64

    Go to next tab index using JS

    Hi,

    I have a number of text boxes with tab index. I want to go through these text boxes on key press. So how can I proceed to next tab indexed element using js?

    Thanx in advance,

    AMT
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Use the tabIndex property. You could loop through the form elements to determine the next tab index element.

    Comment

    Working...