Simular submit al hacer enter y tener un boton type=";按钮";
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Simular submit al hacer enter y tener un boton type=";按钮";相关的知识,希望对你有一定的参考价值。
Simular submit al hacer enter y tener un boton type="button"
function login() { // funcion } function chequearEnter(event) { if (event.keyCode == 13) { login(); } } </script> <table width="400px" align="center"> <tr><td colspan="2"></td></tr> <tr> <td>Usuario</td> <td><input type="text" name="txtNombre" id="txtNombre" onkeypress="chequearEnter(event)"></td> </tr> <tr> <td>Clave</td> <td><input type="password" name="txtClave" id="txtClave" onkeypress="chequearEnter(event)"></td> </tr> <tr><td colspan="2"></td></tr> <tr> <td colspan="2" align="center"><input type="button" value="Entrar" onclick="login()"></td> </tr> </table>
以上是关于Simular submit al hacer enter y tener un boton type=";按钮";的主要内容,如果未能解决你的问题,请参考以下文章
text 0UIControl hacer clicable cualquier componente
text hacer queunafunciónnorequieraautenticacióncredencialesautenticar * OFFTienes segurida
html un componente para hacer el test.vue
sh Hacer diff del mismo archivo en distintas ramas
html Este es un componente con react de como hacer un me gusta。