Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/04/2005, 04:00
jorgynh0
 
Fecha de Ingreso: marzo-2004
Mensajes: 90
Antigüedad: 20 años, 1 mes
Puntos: 0
Duda: en un input, el select d valores introducidos

Tengo un form con 2 input's de usuario y clave y un botón de aceptar.

Al introducir usuario, me aparecen los usuarios previamente introducidos en la típica lista bajo el input, para seleccionar uno.

Pero me aparece sobre el botón aceptar q hay más abajo, y no justo debajo del input de usuario.

¿Que tengo mal escrito??

Y ya puestos...¿Cómo se vacían dichos usuarios cuando ya hay muchos en la lista? Es decir...vaciar ese "select". ¿Es posible?

Pongo lo q me pasa:



Pongo el código:

<body onload="document.autentificacion.usuario.focus()">
<?
echo "<form name=\"autentificacion\" action=\"autentificacion.php\" method=post>";
?>
<table align="center" valign="middle" width="100%" height="100%" cellspacing="2">
<td align="center" valign="middle" width="20%"></td>
<td align="center" valign="top" width="60%">
<table align="center" width="100%" valign="top" border="0" cellpadding="0" cellspacing="0">
<td height="60">&nbsp;</td><tr>
<td height="80" class="amarillo_submenu_fuera_titulo"><center>&nbs p;&nbsp;&nbsp<blank>Autentificaci&oacute;n de entrada</blank></center></td><tr>
<td>&nbsp;</td><tr>
<td class="amarillo_submenu_fuera">&nbsp;</td><tr>
<td class="amarillo_submenu_fuera"><center><blank>Usua rio&nbsp;&nbsp;&nbsp;</blank><input type=text name="usuario" size=16></td></center><tr>
<td class="amarillo_submenu_fuera">&nbsp;</td><tr>
<td class="amarillo_submenu_fuera"><center><blank>Pass wd&nbsp;&nbsp;&nbsp;</blank><input type=password name="passwd" size=16></td></center><tr>
<td class="amarillo_submenu_fuera">&nbsp;</td><tr>
<td class="amarillo_submenu_fuera"><center>&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;<input type=submit value="Aceptar"></center><tr>
<td class="amarillo_submenu_fuera">&nbsp;</td><tr>
<td height="10">&nbsp;</td><tr>
<td class="amarillo_submenu_fuera" height="60">&nbsp;</td><tr>
<td height="5">&nbsp;</td><tr>
<td class="amarillo_submenu_fuera" height="40">&nbsp;</td><tr>
<td height="2">&nbsp;</td><tr>
<td class="amarillo_submenu_fuera" height="20">&nbsp;</td><tr>
<td height="1">&nbsp;</td><tr>
<td class="amarillo_submenu_fuera" height="5">&nbsp;</td><tr>
<td height="1">&nbsp;</td><tr>
<td class="amarillo_submenu_fuera" height="1">&nbsp;</td><tr>
</table>
</td>
<td align="center" valign="middle" width="20%"></td>

</table>
</form>
</body>



Gracias por adelantado

Salu2