Dear All
How can I get this Radio Button Text (in this case is Stepper or C/D)

The HTML code as below

..
<tr> 
      <td class="sitem">Type</td>
      <td> <input type="radio" name="kind" value="0"
onClick="change_kind();" checked>
        Stepper 
        <input type="radio" name="kind" value="1"
onClick="change_kind();">
        C/D </tr>
    <tr>
...

Thank for help

Hue


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to