Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/04/2004, 20:42
((ShOkEr))
 
Fecha de Ingreso: abril-2004
Ubicación: mexico
Mensajes: 4
Antigüedad: 20 años
Puntos: 0
Pregunta Que es lo que esta mal aqui en este formulario?

me podrian decir que error tengo aqui en ese formulario?..porfavor,esque tengo semanas intentando saber que es y no llego a ningun lugar,gracias de antemano.


<FORM ACTION="" METHOD=POST>
Nombre:<BR><INPUT NAME="nombre" TYPE=TEXT SIZE=32>
<BR>¿Cuantos son dos y dos?<BR>
<INPUT NAME="Respuestas" TYPE=RADIO VALUE="mal">3<BR>
<INPUT NAME="Respuesta" TYPE=RADIO VALUE="bien">4<BR>
<INPUT NAME="Respuesta" TYPE=RADIO VALUE="mal">5<BR>
<INPUT TYPE="Submit" VALE="Comprobar">
</FORM>