Hello,

I'm not clear how to cope with radio buttons using form.serialize. I
have

<form id="myForm" action="#">
<input type="radio" name="picNum" value="1"> <br>
<input type="radio" name="picNum" value="2"> <br>
<input type="radio" name="picNum" value="3"> <br>
<input type="button" value="send" onClick="getValues();">
</form>

What would the getValues() function need? 'would appreciate any help!

Cheers,

Geoff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to