<% dim typeto typeto=trim(request("type")) %> 楼盘地段划分 <% dim MaxPerPage dim sql dim rs dim gstBookID dim totalPut dim CurrentPage dim TotalPages if not isempty(request("page")) then currentPage=cint(request("page")) else currentPage=1 end if %>

二手房搜索

 类别:
 区域:
 面积:
 总价:
 时间:

出租房搜索

 类别:
 区域:
 面积:
 租金:
 时间:
<% set rs=server.createobject("adodb.recordset") sql= "SELECT * FROM need order by ZID Desc " rs.open sql,conn,1,1 if rs.eof and rs.bof then %>
市中心:东起环城东路,南到钱王大街,西接万马路,北至苕溪。
城南片:钱王大街以南区域
城西片:万马路以西
城北片:苕溪以北区域
城东片:环城东路以东至青山湖区域
其他:锦城街道其他区域,以及其他乡镇
<% 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
<%end sub %> <%sub showpages() %> <% end sub sub showpages1() dim n n=totalPage %> <%end sub%>