?? show_jg.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=pass.asp-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>圖書館系統——后臺管理</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
background-color: #E7EEF5;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {font-size: 16px}
-->
</style></head>
<body>
<!--#include file="conn.asp"-->
<%
set rs=conn.execute("select * from jiangou where id="&request("id"))
%>
<table width="500" border="0" cellspacing="0" cellpadding="3">
<tr align="center" valign="middle" >
<td height="30" colspan="2"><span class="style1">圖書推薦信息</span></td>
</tr>
<tr>
<td width="184" height="25" align="right">書名:</td>
<td width="304" height="25" align="left"><%=rs("book_name")%></td>
</tr>
<tr>
<td height="25" align="right">ISBN:</td>
<td height="25" align="left"><%=rs("isbn")%></td>
</tr>
<tr>
<td width="184" height="25" align="right">作者:</td>
<td height="25" align="left"><%=rs("zz")%></td>
</tr>
<tr>
<td width="184" height="25" align="right">出版社:</td>
<td height="25" align="left"><%=rs("pub")%></td>
</tr>
<tr>
<td width="184" height="25" align="right">出版日期:</td>
<td height="25" align="left"><%=rs("cbrq")%></td>
</tr>
<tr>
<td height="25" align="right">備注:</td>
<td height="25" align="left"><%=rs("content")%></td>
</tr>
<tr align="center" valign="middle">
<td height="40" colspan="2"><a href="#" onclick="history.back();"><font color="#FF0000">返回</font></a></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -