在javascript代码中,输入
if (event.keyCode==13)
  xxxxxx
开头用response.redirect,结果系统提示没有定义

后来用location.href,又是没有反应

最后用Form1.submit,成功了。

相关文章:

  • 2022-01-20
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
相关资源
相似解决方案