当前位置:编程学习 > JS >>

jsp页面间跳转

 1.action跳转

<form action="index.jsp">
  <input type="submit" style="font-size: 16px;" value="再次登录">
 </form>
2.windows跳转

  <input type="submit" style="font-size: 16px;" value="返回登录页面" onclick="window.location='index.jsp'">

 

补充:web前端 , JavaScript ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,