今天碰到了这个问题,一个<input type="text">回车就自动提交FORM了.

解决办法:

据说是IE的一个BUG.当页面中只有一个input type="text"时,当按回车键,IE就自作主张帮你提交FORM了.

解决办法就是再在页面中加一个 <input style="display:none">

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2021-07-06
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-03-08
  • 2021-12-21
猜你喜欢
  • 2021-09-14
  • 2021-09-20
  • 2021-09-17
  • 2021-07-30
  • 2022-12-23
  • 2021-12-16
相关资源
相似解决方案