⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 czcszx.asp

📁 房屋中介网源代码
💻 ASP
字号:

<table width="570" height="0" border="0" align="left" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="276">
<table width="275" border="0" align="left" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" bgcolor="#999999">
        <tr bordercolor="#CCCCCC" bgcolor="#D2D874"> 
          <td width="226" valign="middle" bgcolor="#FFFFFF"> <div align="left"><font size="2"><font size="2"><img src="images/dian01.gif" width="8" height="8"><font size="2"><img src="images/dian01.gif" width="8" height="8"><img src="images/dian01.gif" width="8" height="8"></font><img src="images/dian01.gif" width="8" height="8"><img src="images/dian01.gif" width="8" height="8"><font size="2"><img src="images/dian01.gif" width="8" height="8"><img src="images/dian01.gif" width="8" height="8"></font></font></font><font color="#69B6DA" size="2"><strong>新出租信息</strong></font><font color="#FF0000" size="2"><font color="#000000">------</font></font><font size="2"><font size="2"><img src="images/jiantou01.gif" width="10" height="8"><a href="czindex.asp">more</a></font></font></div></td>
          <td width="49" bgcolor="#FFFFFF"><div align="center"><font color="#69B6DA" size="2"><strong>价格</strong></font></div></td>
        </tr>
       
 <% 
  set rs=conn.execute("select top 17 * from fangyuan where mytype='出租 ' order by id desc")
  if rs.bof and rs.eof then
  response.write "暂时没有房源"
  else
  
  while not rs.eof
  %>
	    <%
		'for i=1 to 18
         %>
        <tr bgcolor="#F7F9E8"> 
          <td bgcolor="#FFFFFF"><font size="2"> <a href="czxxxx.asp?xiangxi=<% =rs("id") %>"> 
            </a><font size="2"><img src="images/dian01.gif" width="8" height="8"></font><a href="xxxx.asp?xiangxi=<% =rs("id") %>"> 
            <% =rs("fw_dizhi") %>
            </a> </font></td>
          <td bgcolor="#FFFFFF"> <div align="center"><font size="2"> 
              <a href="xxxx.asp?xiangxi=<% =rs("id") %>"><% =rs("fw_jiage") %>
              </a></font></td>
        </tr>
  <% 
  rs.movenext
  wend
  end if 
  rs.close
  set rs=nothing
  %>

      </table>
      <font size="2">&nbsp;</font></td>
    <td width="19">&nbsp;</td>
    <td width="275"><table width="275" border="0" align="right" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" bgcolor="#999999">
        <tr bordercolor="#CCCCCC" bgcolor="#D2D874"> 
          <td width="226" valign="middle" bgcolor="#FFFFFF"> <div align="left"><font size="2"><font size="2"><img src="images/dian01.gif" width="8" height="8"><font size="2"><img src="images/dian01.gif" width="8" height="8"><img src="images/dian01.gif" width="8" height="8"></font><img src="images/dian01.gif" width="8" height="8"><img src="images/dian01.gif" width="8" height="8"><font size="2"><img src="images/dian01.gif" width="8" height="8"><img src="images/dian01.gif" width="8" height="8"></font></font></font><font color="#69B6DA" size="2"><strong>新出售信息</strong></font><font color="#FF0000" size="2"><font color="#000000">------</font></font><font size="2"><font size="2"><img src="images/jiantou01.gif" width="10" height="8"><a href="czindex.asp">more</a></font></font></div></td>
          <td width="49" bgcolor="#FFFFFF"><div align="center"><font color="#69B6DA" size="2"><strong>价格</strong></font></div></td>
        </tr>
        <% 
  set rs1=conn.execute("select top 17 * from fangyuan where mytype='出售 ' order by id desc")
  if rs1.bof and rs1.eof then
  response.write "暂时没有房源"
  else
  
  while not rs1.eof
  %>
	   
	    <%
        'for i=1 to 18
        %>
        <tr bgcolor="#F7F9E8"> 
          <td bgcolor="#FFFFFF"><font size="2"><a href="czxxxx.asp?xiangxi=<% =rs1("id") %>"> 
            </a><font size="2"><img src="images/dian01.gif" width="8" height="8"></font><a href="xxxx.asp?xiangxi=<% =rs1("id") %>"> 
            <% =rs1("fw_dizhi") %>
            </a> </font></td>
          <td bgcolor="#FFFFFF"> <div align="center"><font size="2"> 
              <a href="xxxx.asp?xiangxi=<% =rs1("id") %>"><% =rs1("fw_jiage") %>
              </a></font></td>
        </tr>
  <% 
  rs1.movenext
  wend
  end if 
  rs1.close
  set rs1=nothing
  %>
      </table>
      <font size="2">&nbsp;</font></td>
  </tr>
</table>
<font size="2"><BR>
                        </font> <TABLE border=0 cellPadding=2 cellSpacing=2 width="100%">
                        </TABLE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -