Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~301 People Reached
Member Avatar for thebuffy

Hello i am trying to code a survey. there are questions and answers.The answers are radioboxes. if answer "no" is selected,the partial page which includes that question part, should be refreshed and a more question is needed to asked. How can handle this partial refresh stuff in html? <html> <form> …

Member Avatar for JorgeM
0
224
Member Avatar for thebuffy

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

Member Avatar for thebuffy
0
77