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"
  1. <script type="text/javascript">
  2.  
  3. function login()
  4. {
  5. // funcion
  6. }
  7.  
  8. function chequearEnter(event) {
  9. if (event.keyCode == 13) { login(); }
  10. }
  11. </script>
  12.  
  13. <table width="400px" align="center">
  14. <tr><td colspan="2"></td></tr>
  15. <tr>
  16. <td>Usuario</td>
  17. <td><input type="text" name="txtNombre" id="txtNombre" onkeypress="chequearEnter(event)"></td>
  18. </tr>
  19. <tr>
  20. <td>Clave</td>
  21. <td><input type="password" name="txtClave" id="txtClave" onkeypress="chequearEnter(event)"></td>
  22. </tr>
  23. <tr><td colspan="2"></td></tr>
  24. <tr>
  25. <td colspan="2" align="center"><input type="button" value="Entrar" onclick="login()"></td>
  26. </tr>
  27. </table>

以上是关于Simular submit al hacer enter y tener un boton type=";按钮";的主要内容,如果未能解决你的问题,请参考以下文章

text hacer commit

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。