?? application_details.jsp
字號:
<%@ page contentType="text/html;charset=GBK" %>
<%@ page import="java.util.*" %>
<%@ page import="com.ahbay.bookMgr.*" %>
<%@ page import="javax.servlet.http.HttpServletRequest" %>
<%@ page import="javax.servlet.http.*" %>
<!-------------------------------------------------------------------
標準JavaScript庫引用
--------------------------------------------------------------------->
<script language="JavaScript" src="public.js"></script>
<!--------------------------------------------------------------------
當前頁面JavaScript函數部分,包括提交驗證,頁面動作,具體目標等代碼
---------------------------------------------------------------------->
<!--------------------------------------------------------------------
頁面HTML表現部分
---------------------------------------------------------------------->
<html>
<head>
<title>網站后臺綜合管理系統</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL="stylesheet" HREF="./style.css" TYPE="text/css">
<link href="css.css" rel="stylesheet" type="text/css">
<style>
BODY {
SCROLLBAR-FACE-COLOR: #DBF2E6;
SCROLLBAR-HIGHLIGHT-COLOR:#DBF2E6;
SCROLLBAR-SHADOW-COLOR: #DBF2E6;
SCROLLBAR-ARROW-COLOR: #26b501;
SCROLLBAR-BASE-COLOR:#26b501;
SCROLLBAR-DARKSHADOW-COLOR: #26b501
}
</style>
</head>
<%
com.ahbay.bookMgr.bookMgr books=new com.ahbay.bookMgr.bookMgr();
books.id=request.getParameter("id");
books=books.GetBookInfoById();
%>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width=95% border=0 cellpadding="0" cellspacing="0" align="center" >
<tr>
<td height="33" align=left> <div align="left">
<table width="152" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="23"><img src="img/title1.gif" width="23" height="33"></td>
<td width="106" background="img/title3.gif"><div align="center"><strong><font size="3">
訂單詳細信息</font></strong></div></td>
<td width="23"><img src="img/title2.gif" width="23" height="33"></td>
</tr>
</table>
<strong></strong> </div></td>
</tr>
</table>
<div align="center">
<form name="form1" method="post" action="checkdd.jsp">
<br>
<TABLE cellSpacing=1 cellPadding=3 width="90%" align=center
bgColor=#009900 border=0>
<TBODY>
<TR bgcolor="#DBF2E6">
<TD width="24%"> <DIV align=center>預訂內容</DIV></TD>
<TD width="38%"><%=books.getContent()%></TD>
<TD width="8%"><div align="center">姓 名</div></TD>
<TD width="30%"><%=books.getMyname()%></TD>
</TR>
<TR bgcolor="#DBF2E6">
<TD> <DIV align=center>身份證號</DIV></TD>
<TD><%=books.getSfcode()%></TD>
<TD><div align="center">職 業</div></TD>
<TD><%=books.getJob()%> </TD>
</TR>
<TR bgcolor="#DBF2E6">
<TD> <DIV align=center>單位名稱</DIV></TD>
<TD><%=books.getCorpname()%></TD>
<TD><div align="center">電 話</div></TD>
<TD><%=books.getPhone()%></TD>
</TR>
<TR bgcolor="#DBF2E6">
<TD> <DIV align=center>地 址</DIV></TD>
<TD><%=books.getAddress()%></TD>
<TD><div align="center">郵 編</div></TD>
<TD><%=books.getZip()%></TD>
</TR>
<TR bgcolor="#DBF2E6">
<TD> <DIV align=center>電子郵件</DIV></TD>
<TD><%=books.getEmail()%></TD>
<TD><div align="center"> </div></TD>
<TD> </TD>
</TR>
<TR bgcolor="#DBF2E6">
<TD height=22><div align="center"> </div></TD>
<TD colspan="3" valign="top">
<input type=hidden name=id value=<%=request.getParameter("id")%>>
<input type=submit value="確定處理">
</TD>
</TR>
</TBODY>
</TABLE>
</form>
<p> </p>
</div><br></body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -