radio buttons to display 'mandatory' image on form
Hi there,
I've seen examples similar to what I need to do, but none of them seem to work for me...
What I have is 4 radio buttons. If either of the top two are selected, I need it to add (the same) image in 7 different places, otherwise just leave it as it is.
Any help would be greatly appreciated...
-Jo
<input type="radio" name="request_type" value="A" />Option1<br>
<input type="radio" name="request_type" value="B" />Option2<br>
<input type="radio" name="request_type" value="C" />Option3<br>
<input type="radio" name="request_type" value="D" />Option4<br>
|