📄 search.asp
字号:
<!--#include file="Connections/connY.asp" -->
<!--#include file="Inc/Info.asp" -->
<!--#include file="Inc/SetCss.asp" -->
<%
State="高级搜索"
%>
<html>
<head>
<title><%=Forum_Title%></title>
<meta http-equiv="Content-Type" content="text/html;">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<!--#include file="Inc/Css.asp" -->
<script language=Javascript src="Js/Menu.Js"></script>
<script language=Javascript src="Js/Button.Js"></script>
<script language=Javascript src="Js/Operate.Js"></script>
</head>
<body leftmargin="0" topmargin="0" bgcolor="<%=Forum_ColorList_BgColor%>" vlink="<%=Forum_Css_A_Link_Color%>">
<!--#include file="Inc/Top.asp" -->
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td height="20" bgcolor="<%=Forum_ColorList_BgColor%>">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="font">
<tr>
<td> 您所在的位置: <a href="../" onFocus="this.blur()">首页</a> >>
<a href="List.asp" onFocus="this.blur()">讨论组</a> >> <font color="<%=Forum_ColorList_NavFontColor%>">高级搜索</font></td>
<td width="150"></td>
<td width="18">
<div align="center"><img src="<%=Forum_Pic_Open%>" width="15" height="14" border="0" alt="显示个人工具箱" onClick="ShowInfo()" style="CURSOR: hand" id=infoimage align="texttop"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center" id=infoborder style="DISPLAY: none">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" id=info style="DISPLAY: none" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td valign="top" bgcolor="<%=Forum_ColorList_BgColor%>">
<!--#include file="Inc/Tools.asp" -->
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="2" align="center" class="font" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr bgcolor="<%=Forum_ColorList_BgColor%>">
<form name="form1" method="post" action="Result.asp" onsubmit="return vdf('K','关键字','R');">
<td height="344" valign="top" id=left>
<div align="center"><br>
<br>
<table width="580" border="0" cellspacing="1" cellpadding="2" class="font" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td colspan="2" bgcolor="<%=Forum_ColorList_TitleColor%>"><img src="Images/MailBox/search.gif" width="16" height="16" border="0" align="absmiddle">
高级搜索</td>
</tr>
<tr>
<td width="100" bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="18">
<div align="center">关键字</div>
</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>" height="18">
<input type="text" name="K" class="Textfiled" size="30">
( 可以为多个,关键字间用<font color="<%=Forum_ColorList_PFontColor%>">" | "</font>分开 )
</td>
</tr>
<tr>
<td width="100" bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="18">
<div align="center">性 质</div>
</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>" height="18">
<input type="radio" name="N" value="1" onfocus="this.blur()">
主题的作者<br>
<input type="radio" name="N" value="2" checked onfocus="this.blur()">
主题名称中的一部分<br>
<input type="radio" name="N" value="3" onfocus="this.blur()">
主题内容中的一部分</td>
</tr>
<tr>
<td width="100" bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="18">
<div align="center">关 系</div>
</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>" height="18">
<input type="radio" name="R" value="And" onfocus="this.blur()">
AND(内容必须包含所有关键字)<br>
<input type="radio" name="R" value="Or" checked onfocus="this.blur()">
OR (内容可以只包含部分关键字)</td>
</tr>
<tr>
<td width="100" bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="18">
<div align="center">位 置</div>
</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>" height="18">
<select name="L" class="Textfiled">
<option value="0" selected>所有论坛</option>
<%
Set rsSubject = Server.CreateObject("ADODB.Recordset")
Sql = "Select * From tSubjectManage"
rsSubject.Open Sql,ConnY,3,3
While Not rsSubject.Eof
Response.Write "<option value='"&rsSubject("rID")&"'>"&rsSubject("rName")&"</option>"
rsSubject.MoveNext
Wend
rsSubject.Close
Set rsSubject = Nothing
%>
</select>
</td>
</tr>
<tr>
<td width="100" bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="18">
<div align="center">时 间</div>
</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>" height="18">
<select name="D" class="Textfiled">
<option value="0">所有时间</option>
<option value="1">昨天至今</option>
<option value="7" selected>最近一周</option>
<option value="14">最近两周</option>
<option value="30">最近30天</option>
<option value="100">最近100天</option>
<option value="365">最近365天</option>
</select>
</td>
</tr>
</table>
<br>
<br>
<input type="submit" name="Submit" value="开始搜索" class="Button_None" onfocus="this.blur()">
<br>
<br>
</div>
</td>
</form>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="1" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>" id=online>
<tr>
<td valign="top" bgcolor="<%=Forum_ColorList_OnlineColor%>">
<!--#include file="Inc/Online.asp" -->
</td>
</tr>
</table>
<!--#include file="Inc/Bottom.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -