Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/05/2010, 12:46
eamane
 
Fecha de Ingreso: abril-2010
Mensajes: 12
Antigüedad: 14 años
Puntos: 0
Respuesta: Problema con el codigo

<form action=".php" method="POST" enctype="text/plain">

<table border="0" bgcolor="#000000" width="250" align="center">
<tr>
<td>
<h2 align="center"><font color="white"> <u>Introduce tus datos</u></H2>
<center>
Usuario: <br><br>
<input type="text" name="caja" size="30">
<br><br>

Contrase&ntilde;a:<br><br>
<input type="password" name="caja" size="30">
<br><br>

<a href="usu.php"> <input type="submit" name="boton" value="Enviar"></a>
</td>
</tr>


</center>
</form>


aqui lo tienes