?? czcszx.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"> </font></td>
<td width="19"> </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"> </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 + -