📄 searchout.asp
字号:
<td width="17" height="88" bgcolor="#99CC00"><p> </td>
</tr>
</table><div align="center"><table border="0" cellpadding="0" cellspacing="0" width="100%"
height="19" bgcolor="#A5EF00">
<tr>
<td width="240" bgcolor="#99CC00"><p><img src="images/top_left_a.gif"
width="240" height="19" border="0"></td>
<td width="532" bgcolor="#99CC00"><p align="right"><span style="BACKGROUND-COLOR: #99cc00"><img src="images/top_left_z.gif"
border="0" usemap="#FPMap1"></span></td>
</tr>
</table><table border="0" cellpadding="0" cellspacing="0" width="100%"
height="21" background="images/top_bg.gif">
<tr>
<td width="401" height="5"></td>
<td width="374" height="5"><p><img src="images/nav.gif" width="370" height="21"
border="0" usemap="#FPMap2"></td>
</tr>
</table></div>
</td>
</tr>
</table>
<!------------------------------------------------------------------------------------------------------------------------------>
<!-------------------------------------分页导航--------------------------------------->
<table border="0" width="750">
<tr>
<td width="578" align="center" style="border-bottom-style: solid; border-bottom-width: 1">
<p align="left">
<font size="2"> 以下是符合您搜索条件的网友</font>
</p>
</td>
</tr>
<tr>
<td width="578">
<font size="2"><i>第<font color="red"><%=currentpage%></font>页 找到网友<font color="blue"><%=Records%></font>位 共<font color="blue"><%=Pages%></font>页</i></font>
</td>
</tr>
<tr>
<%if pages>1 then%>
<td width="578">
<font size="2"><i>转到页码:[
<%for p=1 to pages%>
<a <%if currentpage=p then%> style="color:red" <%end if%> href="searchout.asp?currentpage=<%=p%><%=hrefdate%>"><%=p%></a>
<%if p/30=0 then%>
<%end if%>
<%next%>
]</i></font>
</td>
<%end if%>
</tr>
</table>
<!------------------------------------------------------------------------------------------------------------------------->
<!------------------------------------------------------------------------------------------------------------------------->
<table border="0" width="750" cellspacing="0">
<tr>
<td width="87" align="center" bgcolor="#000000" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000"><font color="#FFFFFF">网名</font></td>
<td width="60" align="center" bgcolor="#000000" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000"><font color="#FFFFFF">性别</font></td>
<td width="127" align="center" bgcolor="#000000" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000"><font color="#FFFFFF">来自</font></td>
<td width="78" align="center" bgcolor="#000000" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000"><font color="#FFFFFF">生日</font></td>
<td width="110" align="center" bgcolor="#000000" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000"><font color="#FFFFFF">网络寻呼机</font></td>
<td width="90" align="center" bgcolor="#000000" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000"><font color="#FFFFFF">登记IP</font></td>
<td width="81" align="center" bgcolor="#000000" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000"><font color="#FFFFFF">登记时间</font></td>
<td width="69" align="center" bgcolor="#000000" style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000"><font color="#FFFFFF">人气</font></td>
</tr>
<%linenumber=rs_lar.pagesize%>
<%do while (not rs_lar.eof) and (line<linenumber)%>
<tr>
<td width="87" align="center" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" bgcolor="#CCCCFF"><a href="read.asp?user_id=<%=rs_lar("user_id")%>" title="查看网友<%=rs_lar("netname")%>的祥细资料"><%=rs_lar("netname")%></a></td>
<td width="60" align="center" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" bgcolor="#CCCCFF"><%=rs_lar("sex")%></td>
<td width="127" align="center" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" bgcolor="#CCCCFF"><%=rs_lar("home")%></td>
<td width="78" align="center" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" bgcolor="#CCCCFF"><%=rs_lar("britherday")%></td>
<td width="110" align="center" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" bgcolor="#CCCCFF"><%=rs_lar("netcall")%></td>
<td width="90" align="center" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" bgcolor="#CCCCFF"><%=rs_lar("ip")%></td>
<td width="81" align="center" style="border-left-style: solid; border-left-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" bgcolor="#CCCCFF"><%=rs_lar("date")%></td>
<td width="69" align="center" style="border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-bottom-style: solid; border-bottom-width: 1" bordercolor="#000000" bgcolor="#CCCCFF"><%=rs_lar("renqi")%></td>
</tr>
<%rs_lar.movenext%>
<%line=line+1%>
<%loop%>
<%rs_lar.close%>
</table>
<!-------------------------------------分页导航--------------------------------------->
<table width="750">
<tr>
<td>
<%if currentpage>1 then%>
<font size="2"><a href="searchout.asp?currentpage=<%=currentpage-1%>"><font size="2">[上一页]</font></a>
<%end if%>
<%if currentpage<pages then%>
<a href="searchout.asp?currentpage=<%=currentpage+1%>">[下一页]</a>
<%end if%>
<%if currentpage>1 then%>
<a href="searchout.asp?currentpage=1">[最首页]</a>
<%end if%>
<%if currentpage<pages then%>
<a href="searchout.asp?currentpage=<%=pages%>">[最末页]</a>
<%end if%>
</font>
</td>
</tr>
</table>
<!------------------------------------------------------------------------------------------------------------------------->
<div align="center">
<center>
<table border="0" width="750" cellspacing="0">
<tr>
<td width="100%" style="border-bottom-style: solid; border-bottom-width: 1">
<p align="center"> </td>
</tr>
<tr>
<td width="100%">
<p align="center"><a href="file:///C:/My%20Documents/My%20Webs/no.htm">[再搜索]</a></td>
</tr>
</table>
</center>
</div>
<table border="0" width="100%">
<tr>
<td width="756"><p><hr color="#63B6F0"></td>
</tr>
<tr>
<td width="756"><p align="center"><span class="font1"><a href="http://ymhd.3322.net"><font
color="black">天翔网</font></a><font
color="black"> 版权所有 copying right 2000-2001 E-MAIL</font></span><span
class="font1"><font color="black">:</font></span><span class="font1"><a href="mailto:dwjymhd@etang.com"><font
color="black">dwjymhd@etang.com</font></a><font
color="black"> OICQ:314647</font></span></td>
</tr>
<tr>
<td width="756"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="231"><p> </td>
<td width="495"><p><span class="font1"><a href="mailto:dwjymhd@etang.com"
target="_blank"><font color="black">友情连接</font></a></span><span
class="font1"><font color="black"> - </font><a href="../sky/guanggao.htm" target="_blank"><font
color="black">广告业务</font></a></span><span class="font1"><font
color="black"> - </font><a href="mailto:dwjymhd@etang.com"><font
color="black">联系本站</font></a><font
color="black"> - </font><a href="../sky/gy.htm"
target="_blank"><font color="black">关于天翔网</font></a></span></td>
</tr>
</table></td>
</tr>
</table>
<map name="FPMap1">
<area shape="rect" coords="381, 4, 446, 18" href="sendphoto.asp">
<area shape="rect" coords="283, 4, 357, 18" href="register.asp"
target="_blank">
<area shape="rect" coords="190, 4, 264, 18" href="list.asp">
<area shape="rect" coords="8, 2, 71, 16" href="your.asp">
<area shape="rect" coords="102, 4, 168, 18" href="no.htm">
</map><map name="FPMap2">
<area shape="rect" coords="336, 3, 361, 17" href="http://www.go88.net/wzsky/erso">
<area shape="rect" coords="296, 3, 321, 17" href="http://go88.net/wzsky/music">
<area shape="rect" coords="256, 4, 281, 18" href="http://go88.net/wzsky/bbs">
<area shape="rect" coords="213, 3, 238, 17" href="http://go88.net/wzsky/picknet">
<area shape="rect" coords="172, 3, 197, 17" href="http://go88.net/wzsky/club">
<area shape="rect" coords="131, 4, 156, 18" href="http://go88.net/wzsky/web">
<area shape="rect" coords="48, 4, 73, 18" href="http://go88.net/wzsky/game" target="_top">
<area shape="rect" coords="7, 4, 32, 18" href="http://www.wzsky.com" target="_top">
<area shape="rect" coords="90, 3, 115, 17" href="http://go88.net/wzsky/soft">
</map></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -