(HTML)-Taborder for radio buttons of same group

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhavanirayala
    New Member
    • Jul 2007
    • 25

    (HTML)-Taborder for radio buttons of same group

    Hi,

    I have the following requirement. Can any one of you suggest me the solution:

    I have 3 radio buttons of same group. The requirement says that while pressing tab from the first radio button the control should move to 2nd one and on pressing tab from 2nd radio button the control should move to 3rd one. Tried the same setting the consecutive tabindex for all the three radio buttons (Tabindex="1", "2" , "3") but that's not working.
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, bhavanirayala.

    I'm going to go ahead and move this thread to the HTML forum, where our resident Experts will be better able to help you out.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Tab index is not supported for 'radio'.

      Comment

      • bhavanirayala
        New Member
        • Jul 2007
        • 25

        #4
        Any other means by which we can implemet this. Appreciate any immediate responses
        Thanks in advance
        Bhavani

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          Javascript but you must ask on that board.

          Comment

          Working...