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"> </td><tr>
<td height="80" class="amarillo_submenu_fuera_titulo"><center>&nbs p;  <blank>Autentificación de entrada</blank></center></td><tr>
<td> </td><tr>
<td class="amarillo_submenu_fuera"> </td><tr>
<td class="amarillo_submenu_fuera"><center><blank>Usua rio </blank><input type=text name="usuario" size=16></td></center><tr>
<td class="amarillo_submenu_fuera"> </td><tr>
<td class="amarillo_submenu_fuera"><center><blank>Pass wd </blank><input type=password name="passwd" size=16></td></center><tr>
<td class="amarillo_submenu_fuera"> </td><tr>
<td class="amarillo_submenu_fuera"><center>   ; & nbsp; <input type=submit value="Aceptar"></center><tr>
<td class="amarillo_submenu_fuera"> </td><tr>
<td height="10"> </td><tr>
<td class="amarillo_submenu_fuera" height="60"> </td><tr>
<td height="5"> </td><tr>
<td class="amarillo_submenu_fuera" height="40"> </td><tr>
<td height="2"> </td><tr>
<td class="amarillo_submenu_fuera" height="20"> </td><tr>
<td height="1"> </td><tr>
<td class="amarillo_submenu_fuera" height="5"> </td><tr>
<td height="1"> </td><tr>
<td class="amarillo_submenu_fuera" height="1"> </td><tr>
</table>
</td>
<td align="center" valign="middle" width="20%"></td>
</table>
</form>
</body>
Gracias por adelantado
Salu2