how to manipulate tab indexes of HTML page using java script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajakolluri
    New Member
    • Feb 2008
    • 1

    how to manipulate tab indexes of HTML page using java script

    Hi,
    This is Raja.....i am new joiner of this forum. here is my question.

    i strucked up in manipulating the tab indexes of image tags and buttons that are defined in html using java script.
    Here is the kind of logic needs to be implemented.
    i have main screen with 3 sub sections.

    1. main screen has 3 images tags and 3 submit button's.
    the Tab order that these elements follows : first 3 image butons and 3 submit buttons and even based on the input entered in the screen some of the button's may even get disabled.

    2. As i said there 3 sub sections also, basically the text fields in these sections are default read only. these sections has got edit buttons.so, if i select edit button respective section will become editable.so, in this case tabing should toggle in this section only till the time i clik "ok" button.

    please help me from this by giving quick reply.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Hi Raja, welcome to TSDN!

    Use the tabIndex property.

    Comment

    Working...