TypeError: document.getElementByIdx_x(…).submit is not a function的问题
这个保存的原因是有name="submit"

解决参考文章:http://www.vikaskbh.com/document.getElementByIdx_x-submit-is-not-a-function/

《input type="submit" name="Submit" value="

name可以如上改成大写,不然有的时候浏览器兼容有的不兼容,而且夹在AJAXPOST中查起来

很蛋疼。

相关文章:

  • 2022-12-23
  • 2021-09-07
  • 2021-07-15
  • 2021-09-06
  • 2022-12-23
  • 2022-01-18
  • 2021-05-02
  • 2022-01-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2022-02-14
  • 2021-12-11
  • 2021-08-14
  • 2021-04-20
相关资源
相似解决方案