I keep getting the "expected end of statement" error with the following code.
strHTML = strHTML & " <TD><P class=""small2""><FONT color=""red""><B>*</b></font>Are you younger than 18 years of age?<BR><input type=""Radio"" name=""Gen_EighteenOrYounger"" value=""Yes"" align=""LEFT"" readonly=""true" IF request.form.item("Gen_EighteenOrYounger"
="Yes" THEN "Checked" END IF ">Yes <input type=""Radio"" name=""Gen_EighteenOrYounger"" value=""No"" align=""LEFT"" readonly=""true" IF request.form.item("Gen_EighteenOrYounger"
="No" THEN "Checked" END IF ">No</TD>"
It tells me it is at column 225 of this line, I just don't understand why. Hoping someone with some fresh eyes can point out what I am missing.
Thanks!
John Axsom
strHTML = strHTML & " <TD><P class=""small2""><FONT color=""red""><B>*</b></font>Are you younger than 18 years of age?<BR><input type=""Radio"" name=""Gen_EighteenOrYounger"" value=""Yes"" align=""LEFT"" readonly=""true" IF request.form.item("Gen_EighteenOrYounger"
It tells me it is at column 225 of this line, I just don't understand why. Hoping someone with some fresh eyes can point out what I am missing.
Thanks!
John Axsom