![triste](http://static.forosdelweb.com/fdwtheme/images/smilies/frown.png)
Por lo pronto para confirmar la entrada de datos me tengo que posicionar con el mouse sobre el botón y hacer click....
Este es el Código, gracias.
<script LANGUAGE="JavaScript">
function Entrar(password) {window.location=password+".htm"}
</script>
<form>
<table width="415" height="210" border="1" background="LOGOPASS.gif" bgcolor="#285A97">
<tr>
<td width="405" height="164" background="file:///C|/Documents and "> <p> </p>
<p> </p>
<table width="393" border="0" align="right">
<tr>
<td width="170"><div align="right"><span class="Estilo5"> Usuario:</span></div></td>
<td width="213"><input type="text" name="palabra2" size="20"></td>
</tr>
</table>
<p> </p> <table width="405" border="0" align="right">
<tr>
<td width="181"><div align="right"><span class="Estilo5">Contraseña:</span></div></td>
<td width="214"><input type="password" name="palabra" size="20">
<input type="button" value="entrar"
onClick="Entrar(this.form.palabra.value)" name="button"></td>
</tr>
</table> </td>
</tr>
</table>
</form>