PDA

View Full Version : Form posting with javascript emulated radio buttons


Apexs
03-28-2006, 11:36 AM
On a form I've made, I emulated the html radio buttons with a javascript version, and that's working. I was wondering, how can I tell which selection they've made when they posted the form?

I have two choices, Male or Female.. and that creates a variable, but how would I pass that on into the form post? Thanksamundo!