ASP - ayuda

 
Vista:

ayuda

Publicado por juan (2 intervenciones) el 03/04/2007 04:36:24
hola disculpen si alguien me puede ayudar hacer un cuestionario, mi duda es ya ice mi codigo en html con radios pero el problema es ke no puedo extraer esos valores de los radios en asp como le haria
mi codigo en asp seria
<html>
<body>
<form action="prueba1.asp" method="post" name="ho">
<TD vAlign=top><B>1.- ¿cuanto es uno mas uno?</B></TD></TR></TBODY></TABLE><BR>
<TABLE cellSpacing=2 cellPadding=2 width=945 border=0>
<TBODY>
<TR>
<TD vAlign=top><input type="radio" value="1" name="radio1">2<BR /><input type="radio" value="0" name="radio1">5<BR /><input type="radio" value="0" name="radio1">8</TD></TR></TBODY></TABLE><BR>
<TABLE cellSpacing=2 cellPadding=2 width=516 border=0>
<TBODY>
<TR>
<TD vAlign=top><B>2.- ¿cuanto es tres mas dos?</n></B></TD></TR></TBODY></TABLE><BR>
<TABLE cellSpacing=2 cellPadding=2 width=459 border=0>
<TBODY>
<TR>
<TD width="451" vAlign=top><input type="radio" value="0" name="radio2">8<br><input type="radio" value="5" name="radio2">5<BR /><BR /><input type="radio" value="0" name="radio2">10</TD></TR></TBODY></TABLE><BR>
<input type="submit" value="Enviar">
</form>
</body>
</html>

en asp para extraer que sume y de una calificacion como seria gracias saludos...
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder