hello.
For i=1 To 40
Response.Write("<td height='30' align='center'>x")
Else
Response.Write("<td height='30' align='center'><input type=radio name=asd value="i"><br></td>") // PROBLEM HERE
End If
next
the code makes value of radiobuttons "i" as string, it should print i as variable like 1,2,3,4,5,6,7