⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 go.jsp~14~

📁 Name: Book shop manager. 开发语言: Java
💻 JSP~14~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page session="true" %>
<%@ page errorPage="error.jsp" import="java.sql.*"  %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>welcome</title>
<link href="wel.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a:visited {
	color: #0099CC;
}
a:hover {
	color: #00CC66;
}
a:active {
	color: #00FF00;
}
.style15 {font-size: 13px; color: #0099FF; }
.style17 {font-size: 18px}
-->
</style>
</head>

<body>
<table width="780"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="780"><img src="images/title2.gif" width="780" height="40"></td>
  </tr>
  <tr>
    <td height="40" align="center" valign="middle" background="images/9.gif"><p>&nbsp;</p>
    </td>
  </tr>
  <tr>
    <td width="780" height="400" align="center" valign="top"><table width="100%" height="343"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="20%">&nbsp;</td>
        <td height="20%">&nbsp;</td>
        <td height="20%">&nbsp;</td>
        <td height="20%">&nbsp;</td>
      </tr>
      <tr>
        <td width="25%" height="20%">&nbsp;</td>
        <td colspan="2"><img src="images/7.gif" width="537" height="33"></td>
        <td width="25%" height="82">&nbsp;</td>
      </tr>
      <tr>
        <td height="100">&nbsp;</td>
        <%
        String tp=request.getParameter("tp");
        if(tp.equals("login")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">恭喜你登陆成功!<a href=\"welcome.jsp\" class=\"style17\">点击继续</a></span></td>");
        if(tp.equals("usermodi")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">恭喜你修改信息成功!<a href=\"user_op.jsp?tp=userinfo\" class=\"style17\">点击继续</a></span></td>");
        if(tp.equals("reg")){out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">恭喜你注册成功!<a href=\"user_op.jsp?tp=userinfo&username\" class=\"style17\">点击继续</a></span></td>");}
        if(tp.equals("continue")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">恭喜你续借图书成功!<a href=\"book_op.jsp?tp=borrowinfo\" class=\"style17\">点击继续</a></span></td>");
        if(tp.equals("continue1")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">Sorry你续借图书失败!<a href=\"book_op.jsp?tp=borrowinfo\" class=\"style17\">点击继续</a></span></td>");
if(tp.equals("ok")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">恭喜你预借图书成功!<a href=\"book_op.jsp?tp=borrowinfo\" class=\"style17\">点击继续</a></span></td>");
if(tp.equals("fail")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">Sorry你预借图书失败!<a href=\"book_op.jsp?tp=booking\" class=\"style17\">点击继续</a></span></td>");
if(tp.equals("more")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">Sorry你的借书数量已达上限!<a href=\"book_op.jsp?tp=borrowinfo\" class=\"style17\">点击继续</a></span></td>");
if(tp.equals("return")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">恭喜你归还图书成功!<a href=\"book_op.jsp?tp=borrowinfo\" class=\"style17\">点击继续</a></span></td>");
if(tp.equals("return1")) out.print( "<td height=\"100\" colspan=\"2\" align=\"center\"><span class=\"style17\">Sorry你归还图书失败!<a href=\"book_op.jsp?tp=borrowinfo\" class=\"style17\">点击继续</a></span></td>");

        %>
        <td height="100">&nbsp;</td>
      </tr>
      <tr>
        <td height="20%">&nbsp;</td>
        <td height="20%" colspan="2"><img src="images/7.gif" width="537" height="33"></td>
        <td height="20%">&nbsp;</td>
      </tr>
      <tr>
        <td height="20%">&nbsp;</td>
        <td height="20%">&nbsp;</td>
        <td height="20%">&nbsp;</td>
        <td height="20%">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><hr></td>
  </tr>
  <tr>
    <td align="center"><span class="style15">@2005.4-2005.?Made By WangJ At WUHAN University</span></td>
  </tr>
  <tr>
    <td align="center"><span class="style15">All Rights Reserved </span></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -