ASP - ayuda

 
Vista:

ayuda

Publicado por buhicho (2 intervenciones) el 31/03/2007 18:39:10
hola tengo este problema tengo dos radios y necesito que se extraigan de html a asp y que se sumen y se dividan este es el codigo como le haria gracias
en html
<html>
<body>
<form action="prueba1.asp" method="post">
<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">4<BR /><input type="radio" value="0" name="radio1">3</TD></TR></TBODY></TABLE><BR>
<TABLE cellSpacing=2 cellPadding=2 width=516 border=0>
<TBODY>
<TR>
<TD vAlign=top><B>2.- ¿cuanto es dos mas tres</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">6<BR /><input type="radio" value="1" name="radio2">5<BR /><input type="radio" value="0" name="radio2">8</TD></TR></TBODY></TABLE><BR>
<input type="submit" value="Enviar" name="en">
</form>
</body>
</html>
en asp

como extraeria los valores del radio y que los sumara y los dividiera y que mostrara la calificacion 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