文档详情

jsp程序设计实验报告 JSP程序设计课设报告.doc

发布:2017-01-10约2.05万字共43页下载文档
文本预览下载声明
jsp程序设计实验报告 JSP程序设计课设报告 导读:就爱阅读网友为您分享以下“JSP程序设计课设报告”的资讯,希望对您有所帮助,感谢您对92的支持! } } } } RequestDispatcher dispatcher= request.getRequestDispatcher(quot;show.jspquot;); dispatcher.forward(request,response); public void doGet(HttpServletRequest request,HttpServletResponse response) throws ServletException,IOException {doPost(request,response); JSP页面(视图)本模块的视图有两个JSP页面:login.jsp和showSuccess.jsp。login.jsp页面负责提供输入登录界面;showSuccess.jsp负责显示登录反馈信息。代码如下: login.jsp lt;%@ page contentType=quot;text/html; charset=GB2312quot;%gt; lt;HEADgt;lt;%@include file=quot;head.txtquot;%gt; lt;style type=quot;text/cssquot;gt; lt;!-- .STYLE2 { font-family: quot;华文行楷quot;; font-size: 20px; color: #FFFFFF; } .STYLE6 {font-family: quot;华文行楷quot;; font-size: 18px; color: #FFFFFF; } --gt; lt;/stylegt;
显示全部
相似文档