
31/12/2001, 12:21
|
 | | | Fecha de Ingreso: noviembre-2001 Ubicación: Vilanova i la Geltrú
Mensajes: 1.942
Antigüedad: 23 años, 3 meses Puntos: 0 | |
pk no funciona? tengo un formulario con este codigo:
<pre><html>
<head>
<title>Registro en Foros de Yampoo!!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p align="center"><img src="logoforo.gif" width="185" height="39"></p>
<p align="center"><font face="Verdana">Crear un nuevo usuario</font></p>
<form method="POST" action="nuevousuario.asp">
<table width="92%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFCC"><b>Usuario: </b>
<input type="text" name="usuario"size="30">
<font size="2" color="#FF00FF">(*)</font><font size="2" color="#FF0000">
<font color="#0000FF">(</font></font><font size="2" color="#FF0000"><font color="#0000FF">p)</font>
</font></td>
</tr>
<tr>
<td bgcolor="#FFFFCC"><b>Password:
<input type="password" name="password"size="30">
</b> <font size="2" color="#FF00FF">(*)</font><font size="2" color="#FF0000">
</font></td>
</tr>
<tr>
<td bgcolor="#FFFFCC"><b>Nombre:
<input type="text" name="nombre"size="30">
</b><font size="2" color="#FF00FF">(*)</font><font size="2" color="#FF0000">
<font color="#0000FF">(p)</font> </font></td>
</tr>
<tr>
<td bgcolor="#FFFFCC"><b>Apellido/s:
<input type="text" name="apellido"size="30">
</b><font size="2" color="#FF0000"><font color="#0000FF">(p)</font></font></td>
</tr>
<tr>
<td bgcolor="#FFFFCC"><b>Ciudad:
<input type="text" name="ciudad"size="30">
</b><font size="2" color="#FF00FF">(*)</font><font size="2" color="#FF0000">
<font color="#0000FF">(p)</font> </font></td>
</tr>
<tr>
<td bgcolor="#FFFFCC"><b>Provincia:
<input type="text" name="provincia"size="30">
</b> <font size="2" color="#FF00FF">(*)</font><font size="2" color="#FF0000">
..sigue </pre> |