Advertisement

06.23.2008 at 11:29AM PDT, ID: 23508539
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

I have a dropdown list and four radio buttons. I would like to know how I can disable certain radiobuttons depending on the selected value of the dropdown with javascript.

Asked by WoolfStephen in Active Server Pages (ASP), JavaScript

Tags: ,

I have a dropdown list and four radio buttons with the same name but different values. I would like to know how I can disable certain radiobuttons depending on the selected value of the dropdown with javascript.
For example, the dropdown contains college classes, and the radiobutton values are Spring, Summer, Winter, and Fall. Not all of the classes are available in the summer, so if someone picks a class from the dropdown list that is not available in the summer, then that radiobutton should be disabled.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
'this is the dropdownlist
<select name="classes" style="font-family: Arial; font-size: 10pt">
    <option>Biology 1</option>
    <option>Chemistry 2</option>
    <option>Calculus 1</option>
    <option>Art History</option>
</select>
 
 
'these are the radiobuttons
<input type="radio" value="Spring" name="Semester">Spring
<input type="radio" value="Summer" name="Semester">Summer
<input type="radio" value="Fall" name="Semester">Fall
<input type="radio" value="Winter" name="Semester">Winter
[+][-]06.23.2008 at 11:44AM PDT, ID: 21849018

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Active Server Pages (ASP), JavaScript
Tags: Classic ASP, Javascript, IE 7.0
Sign Up Now!
Solution Provided By: crisco96
Participating Experts: 2
Solution Grade: A
 
 
[+][-]06.23.2008 at 11:53AM PDT, ID: 21849087

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628