I am having real difficulty retreiving the value of a radio button, I don't even know if this is possible with Javascript. I'm trying to define it as a Javascript variable and the most logical method is not working:
"var option = document.formName.radioButtonName.value"
I would be very grateful if anyone could help! Cheers.
"var option = document.formName.radioButtonName.value"
I would be very grateful if anyone could help! Cheers.