Proporcione el código fuente del formulario, gracias.
& ltbody & gt
& ltform id = " formulario 1 " nombre = " formulario 1 " método = " publicación " acción = " " & gt;
Ingrese su nombre:
& ltbr/>;
Ingrese su contraseña:
& ltbr/>; p>
& ltinput type = " enviar " valor = " enviar "/& gt
& lt/formulario
& lt/cuerpo & gt ;
& lt/html & gt;
2.
& lthtml & gt
& ltbody & gt
& ltform id = " formulario 1 " nombre = " formulario 1 " método = " post " acción = " " & gt;
Seleccione su fruta favorita:< br /> p>
& ltinput type = " radio " nombre = " SG " valor = " Apple "/& gt;
& ltinput type = " radio " nombre = " SG " valor = " naranja " /& gt;
& ltinput type = " radio " nombre = " SG " valor = " mango "/& gt;
& ltinput type = " enviar " valor = " enviar "/& gt ;
& lt/form & gt;
& lt/body & gt;
& lt/html & gt;
3.
& lthtml & gt
& ltbody & gt
& ltform id = " formulario 1 " nombre = " formulario 1 " método = " publicación " action = " " & gt;
Seleccione su fruta favorita:< br />
& ltinput type = " checkbox " name = " SG " value = " Apple "/& gt;
& ltinput type = " checkbox " nombre = " SG " valor = " orange "/& gt;
& ltinput type = " checkbox " nombre = " SG " valor = " mango "/& gt;
& ltipo de entrada = " enviar " valor = " enviar "/& gt;
& lt/form & gt ;
& lt/body & gt;
& lt/html & gt;