El codigo "problema" es:
Código:
<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" content="text/html;" charset="utf-8" /> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;" charset="us-ascii"> <META HTTP-EQUIV="Content-Type" content="text/html;" charset="ISO-8859-1"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;" charset=csKOI8R"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html;" charset=chinese"> <LINK rel="stylesheet" href="../bonito.css" type="text/css" media="screen"> <TITLE>Registro de miembros</TITLE> </HEAD> <BODY> <CENTER> <H1>REGISTRO</H1> </CENTER> <H2>Proyectos</H2> <p class="ins">Llena los espacios con los proyectos mas importantes en los que hayas participado y el labor que hiciste en ese proyecto. OJO no hay que rellenar todos los espacios.</p <FORM action="prueba/registro/dbop/reg2.jsp" target="_top" enctype="multipart/form-data" method="post"> <CENTER> <TABLE class="formtab"> <TR> <TD class="subt">Proyecto</TD> <TD class="subt">Labor</TD> </TR> <TR> <TD><INPUT name="pr1" type="text"></TD> <TD><INPUT name="lab1" type="text"></TD> </TR> <TR> <TD><INPUT name="pr2" type="text"></TD> <TD><INPUT name="lab2" type="text"></TD> </TR> <TR> <TD><INPUT name="pr3" type="text"></TD> <TD><INPUT name="lab3" type="text"></TD> </TR> <TR> <TD><INPUT name="pr4" type="text"></TD> <TD><INPUT name="lab4" type="text"></TD> </TR> <TR> <TD><INPUT name="pr5" type="text"></TD> <TD><INPUT name="lab5" type="text"></TD> </TR> <TR> <TD><input type="submit" value="Registrar"></TD> </TR> </TABLE></CENTER> </FORM> </BODY> </HTML>