Displaying 1 result from an estimated 1 matches for "history_illness".
2005 Aug 19
0
Form.Element.getValue for checkboxes and radios?
...takes a single element or id and
returns the element name and value. How does one handle getting the
values of checkboxes and/or radios which share the same control name,
save getting them one at a time?
<fieldset>
<legend>Medical History</legend>
<input name="history_illness"
type="checkbox"
value="Smallpox" /> Smallpox
<input name="history_illness"
type="checkbox"
value="Mumps" /> Mumps
<input name="history_illness"
type="checkbox&q...