|
|
出 租 |
|
|
<%
strSql="select top 6 * from [house_hack] where pass='是' order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
%>
<%do while not rs.eof%>
" target="_blank" >
[<%=left(rs("house_name"),6)%>] <%=rs("hx")%> <%=rs("pay")%>(元/月)
<%=replace(rs("date"),right(rs("date"),8),"")%> |
<%
rs.movenext
loop%>
更多信息>>> |
|
|
|
求 租 |
|
<%
strSql="select top 6 * from [house_hire] where pass='是' order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
%>
<%do while not rs.eof%>
" target="_blank" >
[<%=rs("qy")%>] <%=rs("hx")%> <%=rs("min_pay")%>~<%=rs("max_pay")%>(元/月)
<%=replace(rs("date"),right(rs("date"),8),"")%> |
<%
rs.movenext
loop%>
更多信息>>> |
|
|
|
|
|
|
|
|
|
|
出 售 |
|
|
<%
strSql="select top 6 * from [house_sell] where pass='是' order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
do while not rs.eof%>
" target="_blank" >
[<%=left(rs("house_name"),6)%>] <%=rs("hx")%> <%=rs("pay")%>(万)
<%=replace(rs("date"),right(rs("date"),8),"")%> |
<%
rs.movenext
loop%>
更多信息>>> |
|
|
|
求 购 |
|
<%
strSql="select top 6 * from [house_buy] where pass='是' order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
%>
<%do while not rs.eof%>
" target="_blank" >
[<%=rs("qy")%>] <%=rs("hx")%> <%=rs("min_pay")%>~<%=rs("max_pay")%>(万)
<%=replace(rs("date"),right(rs("date"),8),"")%> |
<%
rs.movenext
loop%>
更多信息>>> |
|
|
|
|
|
|
|