?? gbackprocess.jsp
字號:
<%@ page contentType="text/html;charset=GB2312" %>
<%@ page import="java.sql.*" %>
<%@ page import="Beans.*" %>
<%
response.setCharacterEncoding("GBK");
if(session.isNew())
response.sendRedirect("login.jsp");
%>
<html>
<head><title>歸還處理</title></head>
<%
//對請求做處理:
String strNo=request.getParameter("discno");
boolean succ=false;
int dMorte=0;
%>
<body bgcolor="#EFFBFE" leftmargin="0" topmargin="0" link="#666666" vlink="#336699" alink="#666666">
<%
//-----------還書過程
GiveBack give=new GiveBack();
give.setNo(strNo);
give.backToDB();
dMorte=give.getMorte();
succ=give.getSucc();
%>
<%
if(succ==true)
{
%> <br>
<form>
<center>
<table bgcolog=#e1e1e1 bordercolorlight=#999999 cellpadding=0 cellspacing=1>
<tr><td rowspan=1 ><font color=blue size=+2>還書成功!</font></td>
<td>歸還押金:<%=dMorte%> </td></tr>
<tr><td><a href="giveback.jsp">返回><a></td></tr>
</table>
</center>
</form>
<%
}
else
{
%> <r>
<form>
<center>
<table bgcolog=#e1e1e1 bordercolorlight=#999999 cellpadding=0 cellspacing=1>
<tr><td rowspan=1 ><font color=blue size=+2>還書失?。?amp;nbsp;
<td><a href="giveback.jsp">返回><a></td></font></td></tr>
<tr></tr>
<tr><td> </td></tr>
</table><table>
<tr><td>錯誤原因:要還的書標號可能不存在!</td></tr>
</table>
</center>
</form>
<%
}
%>
</body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -