📄 dir_search.asp
字号:
</TR>
<TR>
<TD class=out_y3s align=middle>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" bgcolor="#FFFFFF" style="border-collapse: collapse">
<tr valign="top">
<td width="100%" valign="top" style="border-left-style: none; border-left-width: medium">
<%
set rs=server.createobject("adodb.recordset")
sql= "SELECT zid,Num,Diduan, Fangx, Taox, Mianj, M, Lc,Jiag, J, Xiaoqm, Tele, Content,Dat,fangshi,dj, "& typeto &".Dat FROM "& typeto &" WHERE Diduan LIKE '" + Replace(rs__myDiduan, "'", "''") + "' AND Fangx LIKE '" + Replace(rs__myFangx, "'", "''") + "' AND Taox LIKE '" + Replace(rs__myTaox, "'", "''") + "' AND M LIKE '" + Replace(rs__myMianj, "'", "''") + "' AND J LIKE '" + Replace(rs__myJiag, "'", "''") + "' AND Dat>=#" & sj& "# order by dat Desc "
rs.open sql,conn,1,1
if rs.eof and rs.bof then %>
<p align="center">还没有房源!</p>
<% else
rs.pagesize=25
totalPut=rs.recordcount '记录总数
totalPage=rs.pagecount
MaxPerPage=rs.pagesize
if currentpage<1 then
currentpage=1
end if
if currentpage>totalPage then
currentpage=totalPage
end if
if currentPage=1 then
showpages
showContent
showpages1
else
if (currentPage-1)*MaxPerPage<totalPut then
rs.move (currentPage-1)*MaxPerPage
dim bookmark
bookmark=rs.bookmark '移动到开始显示的记录位置
showpages
showContent
showpages1
else
end if
end if
rs.close
end if
set rs=nothing
conn.close
set conn=nothing
sub showContent
dim i,j
%>
<br> <table width="100%" cellspacing="1" style="border-collapse: collapse" cellpadding="2" border="0">
<tr bgcolor="#00CCFF" class="9size" valign="bottom">
<td width="8%" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1">
<div align="center">编 号 </div></td>
<td width="8%" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1">
<div align="center"><span style="font-size: 9pt">区域</span></div></td>
<td width="14%" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1" height="24">
<div align="center"><span style="font-size: 9pt">地 点</span></div></td>
<td width="12%" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1" height="24">
<div align="center"><span style="font-size: 9pt">类 别</span>
</div></td>
<td width="52" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1" height="24">
<div align="center"><span style="font-size: 9pt">套 型</span>
</div></td>
<td width="33" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1" height="24">
<p align="center">楼层</td>
<td width="8%" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1" height="24">
<div align="center"> <span style="font-size: 9pt">面积</span></div></td>
<td width="51" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1" height="24">
<div align="center"> <span style="font-size: 9pt">
<% If typeto="sale" Then
response.Write("价 格")
else
response.Write("租 金")
end if %>
</span> </div></td>
<td width="14%" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1" height="24">
<div align="center"><span style="font-size: 9pt">登记时间</span></div></td>
<td width="43" bgcolor="#FFFFFF" style="border-style: solid; border-width: 1" height="24">
<div align="center"> <span style="font-size: 9pt">内容</span></div></td>
</tr>
<% i=1
do while not (rs.eof or err)%>
<tr bgcolor="<%If (i Mod 2) Then%>#EAEAEA<%Else%>#FFFFFF<%End If%>">
<td style="border-style: solid; border-width: 1">
<div align="center">
<p align="center"><font color="green"> <span style="font-size:9pt">
<% If rs("num")="" Then %>
<%=rs("zid")%>
<% Else %>
<%= rs("num") %>
<% End If %>
</span> </font></div></td>
<td style="border-style: solid; border-width: 1">
<div align="center"><span style="font-size:9pt"><%=(rs.Fields.Item("Diduan").Value)%></span></div></td>
<td style="border-style: solid; border-width: 1">
<div align="left"><span style="font-size:9pt"> <a target="_blank" href="list.asp?zid=<%= rs.Fields.Item("zid").Value %>&typeto=<%= typeto %>" onClick="return newpage(this.href);"><font color="#FF6600"><%=(rs.Fields.Item("Xiaoqm").Value)%></font></a></span></div></td>
<td style="border-style: solid; border-width: 1">
<div align="left"><span style="font-size:9pt"> <%=(rs.Fields.Item("Fangx").Value)%></span></div></td>
<td style="border-style: solid; border-width: 1">
<div align="left"><span style="font-size:9pt"> <%=(rs.Fields.Item("Taox").Value)%></span></div></td>
<td style="border-style: solid; border-width: 1">
<p align="center"><span style="font-size:9pt"><%=(rs.Fields.Item("Lc").Value)%></span></td>
<td style="border-style: solid; border-width: 1">
<div align="center"><span style="font-size:9pt"><%=(rs.Fields.Item("Mianj").Value)%></span><span style="font-size: 9pt">M<sup>2</sup></span></div></td>
<td style="border-style: solid; border-width: 1">
<div align="center"><span style="font-size:9pt"><%=(rs.Fields.Item("Jiag").Value)%><%=(rs.Fields.Item("fangshi").Value)%></span></div></td>
<td style="border-style: solid; border-width: 1">
<div align="center"><span style="font-size:9pt"><%=(rs.Fields.Item("Dat").Value)%></span></div></td>
<td style="border-style: solid; border-width: 1">
<div align="center"><a target="_blank" href="list.asp?zid=<%= rs.Fields.Item("zid").Value %>&typeto=<%= typeto %>" onClick="return newpage(this.href);"><font color="#0033FF" ><span style="font-size:9pt"><font color="#0000FF">查阅</font></span></font></a></div></td>
</tr>
<%
if i>=MaxPerPage then exit do '循环时如果到尾部则先退出,如果记录达到页最大显示数,也退出
i=i+1
rs.movenext
loop
%>
<tr>
</table>
<%end sub %>
<%sub showpages() %>
<%
end sub
sub showpages1()
dim n
n=totalPage
%>
<form action="dir_search.asp" method="GET" align="right">
<div align="center">
<center>
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="30"> <div align="left"><span style="font-size:9pt">
共<font color="#FF0000"><%=totalPage%></font>页/<font color="red"><%=totalPut%></font>条房源</span>
<% If currentPage <> 1 Then %>
<A href=dir_search.asp?type=<%= typeto %>&<%= SearchValue %>><font color="#FF6600"><span style="font-size:9pt">[首页]</span></font></A>
<A href=dir_search.asp?type=<%= typeto %>&Page=<%= (currentPage-1) %>&<%= SearchValue %> ><font color="#FF6600"><span style="font-size:9pt">[上一页]</span></font></A>
<% End If %>
<% If currentPage <> rs.PageCount Then %>
<A href=dir_search.asp?type=<%= typeto %>&Page=<%= (currentPage+1) %>&<%= SearchValue %> ><font color="#FF6600"><span style="font-size:9pt">[下一页]</span></font></A>
<A href=dir_search.asp?type=<%= typeto %>&Page=<%= totalPage %>&<%= SearchValue %>><font color="#FF6600"><span style="font-size:9pt">[尾页]</span></font></A>
<% End If %>
<span style="font-size:9pt">第<font color="#FF0000"><%=currentPage%></font>页/共<font color="#FF0000"><%=totalPage%></font>页
转到:
<select name='page' size=1 class=smallselsect style='font-family: 宋体; font-size: 9pt;'>
<% for i=1 to n %>
<option value= "<%= i %>"
<% if currentpage=i then %>
selected
<% end if %> > <%= i %> </option>
<% next %>
</select>
<input name="submit" type='submit' class=buttonface style='font-family: 宋体; font-size: 9pt;' value='go'>
<input type='hidden' name='type' value="<%= typeto %>">
<input type='hidden' name='txtDiduan' value="<%= rs__myDiduan %>">
<input type='hidden' name='txtFangx' value="<%= rs__myFangx %>">
<input type='hidden' name='txtTaox' value="<%= rs__myTaox %>">
<input type='hidden' name='txtMianj' value="<%= rs__myMianj %>">
<input type='hidden' name='txtJiag' value="<%= rs__myJiag %>">
<input type='hidden' name='txtsj' value="<%= xzsj %>">
</span> </div></td>
</tr>
</table>
</center>
</div>
</form>
<%end sub%>
</td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE></TD></TR></TBODY></TABLE>
<TABLE height=16 cellSpacing=0 cellPadding=0 width=528 border=0>
<TBODY>
<TR>
<TD background=images/line.gif height=5></TD></TR></TBODY></TABLE>
</TD>
</TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=750 align=center bgColor=#ffffff
border=0>
<TBODY>
<TR>
<TD> </TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=750 align=center bgColor=#ffffff
border=0>
<TBODY>
<TR>
<TD bgColor=#ffffff height=1></TD>
</TR>
</TBODY>
</TABLE>
</BODY></HTML>
<!--#include file="inc/bottom.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -