📄 search.asp
字号:
<td width="92" bgcolor="#C0F000" height="18" align="center"><a href="search.asp?type=<%=request("type")%>&cd=<%=request("cd")%>&pl=hits&k=<%=request("k")%>" title="按人气值重新排列软件"><font color="#000000"><u>
时间</u></font></a></td>
<td width="99" bgcolor="#C0F000" height="18" align="center"><a href="search.asp?type=<%=request("type")%>&cd=<%=request("cd")%>&pl=hits&k=<%=request("k")%>" title="按人气值重新排列软件"><font color="#000000"><u>
人气</u></font></a></td>
</tr>
<tr>
<td width="736" bgcolor="#93BB00" colspan="4" height="1"></td>
</tr>
<%if request("k")="" and request("pl")="" and request("cd")="" then%>
<tr>
<td width="735" colspan="4" height="138" align="center">关键词不能为空!</td>
</tr>
<%else
set rs=server.CreateObject("ADODB.RecordSet")
if request("type")="title" then
KN=split(request("k")," ")
for i = 0 to ubound(KN)
KNN=KNN&" or title like '%"&KN(i)&"%' or info like '%"&KN(i)&"%'"
next%><!--#include file="admin/mdb_path_info.asp"--><%
sql="select * from info where title like '%"&request("k")&"%'"&KNN&" order by "&pl&" desc"
else
KN=split(request("k")," ")
for i = 0 to ubound(KN)
KNN=KNN&" or title like '%"&KN(i)&"%' or info like '%"&KN(i)&"%'"
next%>
<!--#include file="admin/mdb_path_info.asp"-->
<%
sql="select * from info where info like '%"&request("k")&"%'"&KNN&" order by "&pl&" desc"
end if
rs.open sql,conn,1,1
if rs.eof then
%>
<tr>
<td width="733" colspan="4">
<p align="center"><a href="javascript:" onclick="window.open("http://www1.baidu.com/baidu?tn=site65658&cl=3&rn=10&ct=0&lm=0&submit4=搜索&word=<%=request("k")%>")">
<img src="images/d_sorryNoSearch.gif" border="0"><br><b><font color="#FF0000">点击这里进行“百度”高级搜索.</font></b></a></td>
</tr>
<%else
if sePAGE<>"no" then '###排行方式时只显示指定数目
rs.pagesize=MaxPerPage '得到每页数
mpage=rs.pagecount '得到总页数
allshu=rs.recordcount
if request("page")<>"" then
if cint(request("page"))<1 or cint(request("page"))>mpage then
currentPage=1
else
currentPage=cint(request("page"))
end if
else
currentPage=1
end if
rs.move (currentPage-1)*MaxPerPage
end if '###排行方式时只显示指定数目
do while not rs.eof%>
<%softname=rs("title")
filename=year(rs("date"))&month(rs("date"))&day(rs("date"))&hour(rs("date"))&minute(rs("date"))&second(rs("date"))
if request("k")<>"" then
for i = 0 to ubound(KN)
softname=replace(softname,""&KN(i)&"","<font color=#FF0000>"&KN(i)&"</font>")
next
end if%>
<tr height="22">
<td width="511"><a target="_blank" href="html/<%=filename%>-1.html"><img border="0" src="images/d_2.gif" width="11" height="11" align="absmiddle"> <%=softname%></a></td>
<td width="84" align="center"> </td>
<td width="84" align="center"><%=month(rs("date"))&"月"&day(rs("date"))&"日"%></td>
<td width="99" align="center"><%=rs("hits")%></td>
</tr>
<%
di=di+1
if di>=MaxPerPage then exit do
rs.movenext
loop
end if
rs.close
set rs=nothing
conn.close
set conn=nothing
end if
%>
</table>
</div>
</td>
</tr>
<tr bgcolor="#ccff00">
<td height="15" valign="top" width="526" colspan="2">
<%if allshu>0 and skPAGE<>"no" then%>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="471">
<tr>
<td nowrap width="151">找到:<b><%=allshu%></b> 页次<b><%=currentPage%></b>/<b><%=mpage%></b> 每页<b><%=MaxPerPage%></b></td>
<td width="565" align="center"><%
pageno=currentPage
%><%if cint(pageno)>1 then%><a href="search.asp?type=<%=request("type")%>&cd=<%=request("cd")%>&pl=<%=request("pl")%>&k=<%=request("k")%>" title="首页"><%end if%>首页</a> <%if cint(pageno)>1 then%><a href="search.asp?type=<%=request("type")%>&cd=<%=request("cd")%>&pl=<%=request("pl")%>&k=<%=request("k")%>&page=<%=pageno-1%>" title="上一页"><%end if%>上一页</a>
<%
pp=cint(pageno)-5
if pp<1 then
pp=1
end if
%>
<%if cint(pageno)< mpage then%>
<a href="search.asp?type=<%=request("type")%>&cd=<%=request("cd")%>&pl=<%=request("pl")%>&k=<%=request("k")%>&page=<%=pageno+1%>" title="下一页"><%end if%>下一页</a> <%if cint(pageno)< mpage then%><a href="search.asp?type=<%=request("type")%>&cd=<%=request("cd")%>&pl=<%=request("pl")%>&k=<%=request("k")%>&page=<%=mpage%>" title="最后1页"><%end if%>尾页</a>
</td><form method="POST" action="search.asp?type=<%=request("type")%>&cd=<%=request("cd")%>&pl=<%=request("pl")%>&k=<%=request("k")%>">
<td nowrap width="109">
<p align="right">到<input name="page" size="3">页<input align="absmiddle" height="21" name="Submit2" src="images/d_goto.gif" type="image" value="Submit" width="27"></td>
</form>
</tr>
</table>
</center>
</div>
<%end if%>
</td>
</tr>
<tr>
<td width="8" height="1"><img src="go/2916534810.gif"></td>
<td bgcolor="#ccff00" width="519" height="1">
<P> </P></td>
<td align="right" width="8" height="1">
<img src="go/2916534811.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr></table>
<table width="538" border="0" cellspacing="0" cellpadding="0" height="2">
<tr>
<td width="7" height="2"> </td>
<td width="401" height="2">
</td>
</tr>
</table></td>
<td bgcolor="#93bb00" width="1"><img height=1 src="images/2916534916" width=1></td></tr></table></td></tr>
<tr>
<td width="150" valign="top"><img src="go/2916534917.gif" width="540" height="10"></td>
</tr></table></td></tr></table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="197" bgcolor="#c0f000" valign="top" align="middle">
<table width="180" border="0" cellspacing="0" cellpadding="0" align="center" height="16">
<tr valign="bottom">
<td colspan="3" height="1" background="go/2916535884.gif"> 广告时间</td>
</tr>
<tr>
<td bgcolor="#ffffff" width="1" height="61"><img height=1 src="images/2916535342" width=1></td>
<td width="178" background="go/2916535554.gif" height="61" align="center">
<a href="http://www.xoyu.com/bbs/" target="_blank">
<img alt border="0" onload="javascript:if(this.width>screen.width-333)this.width=screen.width-333" src="go/shishang.gif" dypop="按此在新窗口浏览图片" width="170" height="45"></a></td>
<td bgcolor="#ffffff" width="1" height="61"><img height=1 src="images/2916535343" width=1></td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="3" height="1"></td>
</tr>
</table>
</td>
<td width="23" valign="top" background="go/2916535555.gif"> </td>
<td width="540" valign="top">
<table width="542" border="0" cellspacing="0" cellpadding="0" height="1">
<tr align="middle">
<td height="14" width="540">
<img src="go/2916534921.gif" width="520" height="1"></td>
</tr>
<tr>
<td valign="top" width="368" height="19" bordercolor="#FF0000">
<p align="center"><a href="http://game.qy163.com/" target="_blank">
<img height="59" src="../../xoYuStudio/go/caibanner574" width="538" border="0"></a></td>
</tr>
<tr>
<td valign="top" width="368" height="1">
</td>
</tr>
<tr>
<td valign="bottom" width="540" align="right" height="8">
<img src="go/2916534921.gif" width="520" height="1">
</td>
</tr>
<tr>
<td valign="bottom" width="540" align="right" height="8">
</td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="540" border="0">
<tbody>
<tr>
<td><img src="go/0617471614.gif" width="540" height="9"></td>
</tr>
<tr>
<td background="go/0617471721.gif">
<table height="30" cellSpacing="0" cellPadding="0" width="520" align="center" border="0">
<tbody>
<tr>
<td vAlign="center" align="left" width="501" height="1">
推荐图片新闻:</td>
</tr>
<tr>
<td vAlign="center" align="left" width="501" height="22">
<script src=JS/indexpic.js></script></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td><img src="go/0617471616.gif" width="540" height="9"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" height="3">
<tr>
<td bgcolor="#c0f000" height="5" colspan="2"><img src="images/1514563919" width="5" heighht="5"></td>
</tr>
</table>
<p align="center">
<a href="http://www.xoyu.com/bbs/topic.asp?topic_id=1801&forum_id=72" style="color: #333333; text-decoration: none">
<img height="60" src="ads/755.gif" width="760" border="0"></a><br>
<a href="http://127.0.0.1/us.htmll">关于我们</a>| <a href="http://map.xoyu.com/">行政地图</a>|
<a href="http://127.0.0.1/service.htmll">客户服务</a>|
<a href="mailto:edit@mail.qy163.com">信息管理</a>| <a href="mailto:xoyu@163.com">
业务联系</a>|
<a style="BEHAVIOR: url(#default#homepage)" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.qy163.com');href='#'" href="#">
设为首页</a> |
<a href="javascript:window.external.AddFavorite('http://www.qy163.com',%20'庆阳热线')">
收藏本站</a><br>
Copyright(c) (1998-2002) QingYang Online. All rights reserved. <br>
版权所有:<font color="#707070"><a style="COLOR: #707070" onfocus="this.blur()" href="http://www.xoyu.com/" target="_blank">庆阳热线</a></font>
技术支持:http://www.xoyu.com 电话:013884120060<a href="mailto:webmaster@qy163.com"><br>
电子信箱:xoyu@163.com</a> 地址:甘肃省庆阳市西峰区 邮政编码:745000<br>
<a href="http://www.xoyu.com/">网站承建:中国-庆阳 晓宇听幽工作室</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -