I am looking to use an HTML checkbox feature as a trigger to
shade/unshade a multiple select field in an HTML form. For instance:
there are four options in the multiple select field and one outside of
it. Is there a simple way, using JavaScript, so that if the outside
option is selected, or "checked", the multiple select field will be
shaded (unusable) and if it's deselected, or "unchecked" , the multiple
select field will be unshaded (usable)? Also, if the outside field is
checked, it's value should be written upon submittal.
Thanks in advance!
							
						
					shade/unshade a multiple select field in an HTML form. For instance:
there are four options in the multiple select field and one outside of
it. Is there a simple way, using JavaScript, so that if the outside
option is selected, or "checked", the multiple select field will be
shaded (unusable) and if it's deselected, or "unchecked" , the multiple
select field will be unshaded (usable)? Also, if the outside field is
checked, it's value should be written upon submittal.
Thanks in advance!
 
	
Comment