An urgent query regarding JSP in HTML,
February 24, 2010 at 4:24 PM
Hi, I am building an online exam system in which I have retrieved all the questions with their options and displayed on the webpage. I have all questions and their options on one & the same HTML page. MY question is I want to count the number of attempted questions. I am not able to retrieve the question names I have attempted using jsp code bcoz I had set the question text name property to be incrementing dynamically eg : a++ meaning questions name increamenting as a, b, c, d, etc. But how do i retrieve this name now... <input type=text name=<%=a%> value=1%> doesnt work... pls help...
View All Comments
| View Tutorial