gorilla1
03-04-2003, 04:40 AM
Let's say I have a number of sets of radio buttons on a single form, as below. For each item, I can pick up the single value clicked when the form is submitted. However, instead of the radio thing, I would like to use an image. Is there any reasonable way to do this? I can't see any way to do this with onclick, etc., as I don't think I can both restrict to one value on each item and capture the clicked item value for each item.
G
<input type="radio" value="5" name="u_input0">5</td>
<td><input type="radio" value="4" name="u_input0">4</p></td>
<input type="radio" value="5" name="u_input1">5</td><td><input type="radio" value="4" name="u_input1">4</td>
G
<input type="radio" value="5" name="u_input0">5</td>
<td><input type="radio" value="4" name="u_input0">4</p></td>
<input type="radio" value="5" name="u_input1">5</td><td><input type="radio" value="4" name="u_input1">4</td>