posted 21 years ago
I have a few groups of radio buttons that I need to evaluate using JavaScript before i submit it to another page using the GET method in my code.
the question I have is that my radio buttons are initally unchecked how do i go about evaluating my form to find out if the client checked one of my radio buttons.
here is my code so far:
Could i possibly just have a lot of small forms for each individual group of radio buttons?