Enableing multiple combo boxes when radio button is selected

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • genkidave
    New Member
    • Feb 2010
    • 6

    Enableing multiple combo boxes when radio button is selected

    Hi there,

    I have three combo boxes that I would like to have Disabled (grayed out???)
    and preselected to a particular selection until a radio button (YES) is clicked,
    thus enabling the combo boxes and available to select which ever selection
    the user wants...

    Just to make myself clear....

    --------------------------------------------------------------------------------------------------------

    Radio Button 1 - Already Selected
    (No)

    Combobox - Martial Art - Disabled - "Non-Member" is Pre-selected

    Combobox - Belt Level - Disabled - "N/A" is Pre-selected

    Combobox - Dojo - Disabled - "N/A" is Pre-selected

    Combobox - Sensei - Disabled - "N/A" is Pre-selected



    Radio Button 2 - Unselected (blank)
    (Yes)

    When the "Yes" Radio Button is clicked, it enables all three combo
    boxes are enabled, thus allowing the user to select which ever they want...

    Can someone help or point me in the right direction?

    Dave
  • GazMathias
    Recognized Expert New Member
    • Oct 2008
    • 228

    #2
    Hi Dave,

    Whenever you need to manipulate the document after it has been sent from your server to the browser, you need to use client-side code. For all intents and purposes, that means Javascript.

    I suggest you take a look at a few starter Javascript tutorials.

    Gaz

    Comment

    • genkidave
      New Member
      • Feb 2010
      • 6

      #3
      Actually, I figured it out, I'll try to explain later.

      Thanks!!

      Dave

      Comment

      Working...