在里加入onkeydown属性,值为:
if(event.keyCode == 13)
{document.form1.Button1.focus();document.getElementById('Button1').click();} 

相关文章:

  • 2021-08-19
  • 2022-12-23
  • 2021-12-12
  • 2021-06-05
  • 2021-07-17
  • 2022-12-23
  • 2022-01-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2022-02-03
相关资源
相似解决方案