📄 index.asp
字号:
</table>
<br>
<table width="580" border="0" cellpadding="0" cellspacing="0">
<TR>
<td background="image/main_bg_dot.gif" class="h"> </td>
</tr>
</table>
<table width="580" border="0" cellspacing="0" cellpadding="0">
<TR>
<td width="260"><table width="260" height="30" border="0" cellpadding="0" cellspacing="0">
<TR>
<td height="30" background="image/news_title_bg.gif">
<table width="260" border="0" cellpadding="0" cellspacing="0">
<TR>
<td width="22" align="center"><img src="image/pic_r1_c10.gif" width="7" height="18"></td>
<td width="239" class="index-zhi"> <strong>出售信息</strong> <img src="image/click.gif" width="48" height="9"> <a href="chushou.asp" class="index-zhi-more" >更多..</a> </td>
</tr>
</table></td>
</tr>
</table></td>
<td width="12" rowspan="2" background="image/row.gif"> </td>
<td width="308"><table width="290" height="30" border="0" cellpadding="0" cellspacing="0">
<TR>
<td height="30" background="image/news_title_bg.gif"><table width="280" border="0" cellpadding="0" cellspacing="0">
<TR>
<td width="22" align="center"><img src="image/pic_r1_c11.gif" width="6" height="19"></td>
<td width="221" class="index-zhi"> <strong>出租信息</strong> <img src="image/click.gif" width="48" height="9"> <a href="chuzu.asp" class="index-zhi-more" >更多..</a> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<TR>
<td valign="top">
<table width="260" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" >
<%
dim sql,rs,bs,strsql
sql="select top 8 * from chushou order by id desc"
set rs=db.execute(sql)
if rs.eof and rs.bof then
response.write "没有任何信息!"
else
%>
<tr bgcolor="#0099FF" height="30" >
<td width="16%" align="center" class="index-zhi1" > 区域 </td>
<td width="35%" align="center" class="index-zhi1"> 结构 </td>
<td width="26%" align="center" class="index-zhi1"> 价格 </td>
<td width="23%" align="center" class="index-zhi1"> 位置 </td>
</tr>
<%
do while not rs.eof
%>
<tr bgcolor="#BADAF8"
onmouseover="this.style.backgroundColor = '#ecf1fb'"
onmouseout="this.style.backgroundColor = '#BADAF8'" >
<td width="16%" height="25" align="center"><a href="chakan_chushou.asp?id=<%=rs("id")%>" target="_blank" class="index-zhi" ><%=rs("qy")%></a></td>
<td width="35%" height="25" align="center"><a href="chakan_chushou.asp?id=<%=rs("id")%>" target="_blank" class="index-zhi" ><%=rs("s")%>室<%=rs("t")%>厅<%=rs("w")%>卫</a></td>
<td width="26%" height="25" align="center" ><a href="chakan_chushou.asp?id=<%=rs("id")%>" target="_blank" class="index-zhi" ><%=rs("jg")%><%=rs("dw")%></a></td>
<td width="23%" height="25" align="center"><a href="chakan_chushou.asp?id=<%=rs("id")%>" target="_blank" class="index-zhi" ><%=rs("wz")%></a></td>
</tr>
<%
rs.movenext
loop
end if
%>
</table></td>
<td valign="top"><table width="290" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" >
<%
strsql="select top 8 * from chuzu order by id desc"
set bs=db.execute(strsql)
if bs.eof and bs.bof then
response.write "没有任何信息!"
else
%>
<tr bgcolor="#8eb25b" height="30" >
<td width="16%" align="center" class="index-zhi1" > 区域 </td>
<td width="35%" align="center" bgcolor="#8eb25b" class="index-zhi1"> 结构 </td>
<td width="26%" align="center" class="index-zhi1"> 价格 </td>
<td width="23%" align="center" class="index-zhi1"> 位置 </td>
</tr>
<%
do while not bs.eof
%>
<tr bgcolor="#E1F0D2" width="100%"
onmouseover="this.style.backgroundColor = '#ecf1fb'"
onmouseout="this.style.backgroundColor = 'E1F0D2'">
<td height="25" align="center"><a href="chakan_chuzu.asp?id=<%=bs("id")%>" target="_blank" class="index-zhi" ><%=bs("qy")%></a></td>
<td height="25" align="center"><a href="chakan_chuzu.asp?id=<%=bs("id")%>" target="_blank" class="index-zhi" ><%=bs("s")%>室<%=bs("t")%>厅<%=bs("w")%>卫</a></td>
<td height="25" align="center" ><a href="chakan_chuzu.asp?id=<%=bs("id")%>" target="_blank" class="index-zhi" ><%=bs("jg")%><%=bs("dw")%></a></td>
<td height="25" align="center"><a href="chakan_chuzu.asp?id=<%=bs("id")%>" target="_blank" class="index-zhi" ><%=bs("wz")%></a></td>
</tr>
<%
bs.movenext
loop
end if
%>
</table></td>
</tr>
</table>
<br>
<table width="580" border="0" cellpadding="0" cellspacing="0">
<TR>
<td background="image/main_bg_dot.gif" class="h"> </td>
</tr>
</table>
<br>
<table width="580" border="0" cellspacing="0" cellpadding="0">
<TR>
<td width="260"><table width="260" height="30" border="0" cellpadding="0" cellspacing="0">
<TR>
<td height="30" background="image/news_title_bg.gif"><table width="260" border="0" cellpadding="0" cellspacing="0">
<TR>
<td width="22" align="center"><img src="image/pic_r1_c11.gif" width="6" height="19"></td>
<td width="221"> <strong>求租信息</strong> <img src="image/click.gif" width="48" height="9"> <a href="qiuzu.asp" class="index-zhi-more" >更多..</a> </td>
</tr>
</table></td>
</tr>
</table></td>
<td width="12" rowspan="2" background="image/row.gif"> </td>
<td width="308"><table width="303" height="30" border="0" cellpadding="0" cellspacing="0">
<TR>
<td height="30" background="image/news_title_bg.gif"><table width="302" border="0" cellpadding="0" cellspacing="0">
<TR>
<td width="25" align="center"><img src="image/pic_r1_c10.gif" width="7" height="18"></td>
<td width="277"> <strong>求购信息</strong> <img src="image/click.gif" width="48" height="9"> <a href="qiugou.asp" class="index-zhi-more"> 更多..</a> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<TR>
<td valign="top"><table width="260" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" >
<%
dim zs,eee
set zs=server.createobject("adodb.recordset")
eee="select top 8 * from qiuzu order by id desc"
zs.open eee,db,1,1
if zs.eof and zs.bof then
response.write "没有任何信息!"
else
%>
<tr bgcolor="#ae7bc0" height="30" >
<td width="14%" align="center" class="index-zhi1" > 区域 </td>
<td width="35%" align="center" class="index-zhi1"> 结构 </td>
<td width="26%" align="center" class="index-zhi1"> 价格 </td>
<td width="23%" align="center" class="index-zhi1"> 位置 </td>
</tr>
<%
do while not zs.eof
%>
<tr bgcolor="#f3e7ed" width="100%"
onmouseover="this.style.backgroundColor = '#ecf1fb'"
onmouseout="this.style.backgroundColor = '#f3e7ed'">
<td width="16%" height="25" align="center"><a href="chakan_qiuzu.asp?id=<%=zs("id")%>" target="_blank" class="index-zhi" ><%=zs("qy")%></a></td>
<td height="25" align="center"><a href="chakan_qiuzu.asp?id=<%=zs("id")%>" target="_blank" class="index-zhi" ><%=zs("s")%>室<%=zs("t")%>厅<%=zs("w")%>卫</a></td>
<td height="25" align="center"><a href="chakan_qiuzu.asp?id=<%=zs("id")%>" target="_blank" class="index-zhi" ><%=zs("jg")%><%=zs("dw")%></a></td>
<td height="25" align="center"><a href="chakan_qiuzu.asp?id=<%=zs("id")%>" target="_blank" class="index-zhi" ><%=zs("wz")%></a></td>
</tr>
<%
zs.movenext
loop
end if
%>
</table></td>
<td valign="top"><table width="290" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" >
<%
set xs=db.execute("select top 8 * from qiugou order by id desc")
if xs.eof and xs.bof then
response.write "没有任何信息!"
else
%>
<tr bgcolor="#ff9900" height="30" >
<td width="16%" align="center" class="index-zhi1" >区域 </td>
<td width="35%" align="center" class="index-zhi1"> 结构 </td>
<td width="26%" align="center" class="index-zhi1"> 价格 </td>
<td width="23%" align="center" class="index-zhi1"> 位置 </td>
</tr>
<%
do while not xs.eof
%>
<tr bgcolor="FFE8D9" width="100%"
onmouseover="this.style.backgroundColor = '#ecf1fb'"
onmouseout="this.style.backgroundColor = '#FFE8D9'">
<td height="25" align="center"><a href="chakan_qiugou.asp?id=<%=xs("id")%>" target="_blank" class="index-zhi" ><%=xs("qy")%></a></td>
<td height="25" align="center"><a href="chakan_qiugou.asp?id=<%=xs("id")%>" target="_blank" class="index-zhi" ><%=xs("s")%>室<%=xs("t")%>厅<%=xs("w")%>卫</a></td>
<td height="25" align="center"><a href="chakan_qiugou.asp?id=<%=xs("id")%>" target="_blank" class="index-zhi" ><%=xs("jg")%><%=xs("dw")%></a></td>
<td height="25" align="center"><a href="chakan_qiugou.asp?id=<%=xs("id")%>" target="_blank" class="index-zhi" ><%=xs("wz")%></a></td>
</tr>
<%
xs.movenext
loop
end if
%>
</table></td>
</tr>
</table>
<br>
<table width="580" border="0" cellpadding="0" cellspacing="0">
<TR>
<td background="image/main_bg_dot.gif" class="h"> </td>
</tr>
</table>
<br>
<TABLE width="580" border=0 cellPadding=0 cellSpacing=1 bgcolor="#006699">
<TBODY>
<TR>
<TD width="10%" height="25" align="center" bgcolor="#FFFFFF"> <img src="image/5.gif" width="44" height="40"></TD>
<TD width="90%" bgcolor="#FFFFFF"><strong> 虚拟贷款中心</strong> </TD>
</TR>
<TR>
<TD colspan="2" bgcolor="#006699"> </TD>
</TR>
<TR>
<TD height="86" colspan="2" align=center valign="middle" bgcolor="#FFFFFF"><table width="95%" border="0" cellpadding="0" cellspacing="1" bgcolor="#0099ff">
<tr bgcolor="#FFFFFF">
<td height="30"> <img src="image/dot_1.gif" width="9" height="9"> <A href="calc/calc_8.asp" onClick="window.open(this.href,'music','top=20,left=180,scrollbars=no,width=520,height=520');return false;" class="index-zhi">购房费用</A> <img src="image/dot_1.gif" width="9" height="9"> <A href="calc/calc_2.asp" onClick="window.open(this.href,'music','top=20,left=180,scrollbars=no,width=520,height=210');return false;" class="index-zhi" >公积金\商业贷款</A> <img src="image/dot_1.gif" width="9" height="9"> <A href="calc/calc_5.asp"onclick="window.open(this.href,'music','top=20,left=180,scrollbars=no,width=520,height=260');return false;" class="index-zhi" >按揭计算</A></td>
<td height="30"> <img src="image/dot_1.gif" width="9" height="9"> <A href="calc/calc_9.asp" onClick="window.open(this.href,'music','top=20,left=180,scrollbars=no,width=520,height=210');return false;" class="index-zhi" >各类贷款利率</A> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="30"> <img src="image/dot_1.gif" width="9" height="9"> <A href="calc/calc_4.asp" onClick="window.open(this.href,'music','top=20,left=180,scrollbars=no,width=520,height=270');return false;" class="index-zhi" >购房计算</A> <img src="image/dot_1.gif" width="9" height="9"> <A href="calc/calc_3.asp" onClick="window.open(this.href,'music','top=20,left=180,scrollbars=no,width=520,height=700');return false;" class="index-zhi">按揭\公积金贷款</A> <img src="image/dot_1.gif" width="9" height="9"> <A href="calc/calc_6.asp" onClick="window.open(this.href,'music','top=20,left=180,scrollbars=no,width=520,height=550');return false;" class="index-zhi">还贷计算</A> </td>
<td height="30"> <img src="image/dot_1.gif" width="9" height="9"> <A href="calc/calc_1.asp" onClick="window.open(this.href,'music','top=20,left=180,scrollbars=no,width=520,height=260');return false;" class="index-zhi">公积金贷款</A> </td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<TR>
<td> </td>
</tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<TR>
<td><!--#include file=bottom.asp-->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -