Hi,
This is a quick question. Does anyone know the syntax for getting the value of a radio button within my VBScript on the same page. I need to make an if statement that says
"if (radiobutton1 is checked) then
...
else
..."
I can't figure out the correct syntax. I'm getting an error when I use the following:
"Document.formName.fieldName[1].checked"
This is a quick question. Does anyone know the syntax for getting the value of a radio button within my VBScript on the same page. I need to make an if statement that says
"if (radiobutton1 is checked) then
...
else
..."
I can't figure out the correct syntax. I'm getting an error when I use the following:
"Document.formName.fieldName[1].checked"