Does anyone know if the why
thisform.shipadd.length is undefined when I have only one radio button with the name shipadd.
I am trying to validate a radio button and My for loop doesnt work when I have only one radio button.
for (counter = 0; counter < thisform.shipadd.length; counter++)
Any help would be great. Thanks guys
thisform.shipadd.length is undefined when I have only one radio button with the name shipadd.
I am trying to validate a radio button and My for loop doesnt work when I have only one radio button.
for (counter = 0; counter < thisform.shipadd.length; counter++)
Any help would be great. Thanks guys