Combo Boxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Parash
    New Member
    • Oct 2008
    • 1

    Combo Boxes

    I am having 4 Combo Boxes .... State,City,Loca lity and Specialisation.
    Imagine State as S1/ City as C1/ Locality as L1 and Specialisation as S1.

    Kindly help me to connect the 4 combo boxes in normal html code!!

    Parash
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    I guess you need to know about select input.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      If you want to connect the combo boxes, then you need to use the onchange event of the first three to trigger changes to the rest. You would need to empty the following boxes and populate with the corresponding options. There are a number of ways this can be done. You could try searching the site for "dependent drop down" - this has been asked a number of times.

      Comment

      Working...