Advertisement

01.06.2005 at 12:54AM PST, ID: 21263700
[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.0

Set value of hidden form field when checkbox is ticked / unticked

Asked by Orroland in JavaScript

Tags: , , ,

I need to pass the value of a checkbox to a corresponding hidden form field when the checkbox is clicked.  The value of the hidden field also needs to return to null when the checkbox is unticked.  There area a whole series of checkboxes and hidden fields as per the code below.

For example if checkbox id="productfinishID_115" is checked then the value of id="productfinishID_txt_115" should = 115 and vice versa.

<input type="checkbox" id="productfinishID_115" name="productfinishID" value="115" >  
<input name="productprice" type="text" id="productprice_115" size="6">
<input name="productunits" type="text" id="productunits_115" size="6">  
<input name="productfinishID_txt" type="hidden" id="productfinishID_txt_115">    
<label for="productfinishID_115">FSSS - Flat Plate Satin Stainless</label><br>
                           
<input type="checkbox" id="productfinishID_110" name="productfinishID" value="110" >  
<input name="productprice" type="text" id="productprice_110" size="6">
<input name="productunits" type="text" id="productunits_110" size="6">  
<input name="productfinishID_txt" type="hidden" id="productfinishID_txt_110">    
<label for="productfinishID_110">G - Georgian Polished Brass</label><br>
                           
<input type="checkbox" id="productfinishID_111" name="productfinishID" value="111" >  
<input name="productprice" type="text" id="productprice_111" size="6">
<input name="productunits" type="text" id="productunits_111" size="6">  
<input name="productfinishID_txt" type="hidden" id="productfinishID_txt_111">    
<label for="productfinishID_111">GB - Georgian Bronze</label><br>
                           
<input type="checkbox" id="productfinishID_113" name="productfinishID" value="113" >  
<input name="productprice" type="text" id="productprice_113" size="6">
<input name="productunits" type="text" id="productunits_113" size="6">  
<input name="productfinishID_txt" type="hidden" id="productfinishID_txt_113">    
<label for="productfinishID_113">GPB - Georgian Polished Brass</label><br>Start Free Trial
[+][-]01.06.2005 at 04:04AM PST, ID: 12971140

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.

 
[+][-]01.06.2005 at 04:05AM PST, ID: 12971145

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.

 
[+][-]01.06.2005 at 04:07AM PST, ID: 12971153

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.

 
[+][-]01.06.2005 at 05:31AM PST, ID: 12971657

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

Zone: JavaScript
Tags: value, set, hidden, field
Sign Up Now!
Solution Provided By: archrajan
Participating Experts: 1
Solution Grade: A
 
 
[+][-]01.06.2005 at 06:42AM PST, ID: 12972372

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
[+][-]01.06.2005 at 06:57AM PST, ID: 12972521

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