java1234,加入吧!

<input type="button" value="注册" onClick="window.location.href=&apos;register.jsp&apos;"> (在当前页面打开reg.jsp)

<input type="button" value="注册" onclick="javascript:location.href=&apos;reg.jsp&apos;"> (在当前页面打开reg.jsp)

<input type="button" value="注册" onclick="window.open(&apos;reg.jsp&apos;)"> (在新的页面打开reg.jsp)

相关文章:

  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2022-12-23
猜你喜欢
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-08-23
  • 2022-12-23
  • 2021-08-17
相关资源
相似解决方案