📄 search.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/config.asp"-->
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from [user] where id='"&session("id")&"'",conn,1,1
%>
<head>
<style type="text/css">
<!--
body {
font-size:10pt;
}
td {font-size:9pt}
table{font-size:9pt}
.style4 {color: #E8A477}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<!--#include file="head.asp"-->
<table width="980" border="0" cellpadding="0" cellspacing="0" align="center">
<!--DWLayoutTable-->
<tr>
<td height="14" colspan="2" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="980" height="14"></td>
</tr>
</table></td>
</tr>
<tr>
<td width="220" rowspan="3" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="87" height="112"><!--#include file="left.htm"--></td>
</tr>
</table></td>
<td width="760" height="26" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="760" height="26" align="center" valign="top"><font color="#E8A477" size="+2"><strong>图书搜索</strong></font></td>
</tr>
<tr>
<td><font color="red"><%= rs("name") %></font>,请你输入要查找的图书的名称,可以输入书名全称,也可以输入书名的一部分。</td>
</tr>
<tr><td><hr></td></tr>
</table></td>
</tr>
<tr>
<td height="75" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="126" height="75"> </td>
<td width="634" valign="top">
<form name="form1" method="get" action="rsearch.asp">
<br>
书名:
<INPUT name=name class="inputstyle">
<input name="Submit" type="submit" class="inputstyle" value="快速搜索" onclick="location='rsearch.asp'">
</form></td>
</tr>
</table></td>
</tr>
<tr>
<td height="188"> </td>
</tr>
</table>
<!--#include file="foot.htm"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -