博客链接:

http://blog.csdn.net/ssy_shandong/article/details/9328985

1.从一个JSP页面跳转到另一个页面

      1.1 使用request对象获取客户端提交的消息

Demo:

  log.jsp:                          

   <html>  

                 <body>  

                     <form action="getinfo.jsp">  

                       <input type="text" name="name">  

                       <input type="submit" value="Enter" name="submit">  

                     </form>  

               </body>  

           </html>  
View Code

相关文章:

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