Displaying 1 result from an estimated 1 matches for "getvaluebynam".
Did you mean:
getvaluebyname
2005 Aug 19
0
Form.Element.getValue for checkboxes and radios?
...type="checkbox"
value="Dizziness" /> Dizziness
<input name="history_illness"
type="checkbox"
value="Sneezing" /> Sneezing
</fieldset>
Is there already an easy way to do something like
Form.Element.getValueByName(''history_illness'') built into Prototype or
is that left as an exercise for the reader (me)?
Thanks in advance,
Faust