📄 newhouse.asp
字号:
<!--#include file=system/include/config.asp-->
<!--#include file=conn_newhouse.asp-->
<!--#include file=system/include/function.asp-->
<html>
<head>
<title><%=title%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<LINK href="images/style1.css" type=text/css rel=stylesheet>
</head>
<script language="JavaScript" src="share/nei_fc.js"></script>
<script language="JavaScript">
<!--
function checklogin()
{
if (document.form1.username.value=="")
{
alert("请输入用户名!");
form1.username.focus();
return false;
}
if (document.form1.password.value=="")
{
alert("请输入密码!");
form1.password.focus();
return false;
}
return true;
}
//-->
</script>
<style> body{ scrollbar-face-color:fd9035; scrollbar-shadow-color:ffffff; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:ffffff; scrollbar-darkshadow-color:ffffff; scrollbar-track-color:ffefd7; scrollbar-arrow-color:ffffff;}
.topkuan { border-color: #000000 black black; border-style: solid; border-top-width: 3px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
</style>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<!--#include file="top1.asp"-->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" background="images/index_r2_c1.jpg"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="778" height="89">
<param name="movie" value="images/top.swf">
<param name=WMODE value=Transparent>
<param name="quality" value="high">
<embed src="images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="778" height="89"></embed></object></td>
</tr>
</table>
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center" class="topkuan">
<tr>
<td background="images/newhouse_r2_c1.gif" width="2" height="151" align="left" valign="top"><img src="images/newhouse_r2_c1.gif" width="2" height="3"></td>
<td height="151" align="left" valign="top" width="603">
<table width="603" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#fffbec" width="613" class="font" height="26"> 当前位置:
<a href="index.asp" class="ffbyfont">首页</a> >> 厂家展示</td>
</tr>
<tr>
<td background="images/newhouse_r5_c2.gif" align="left" valign="top" height="2" width="613"><img src="images/newhouse_r5_c2.gif" width="3" height="3"></td>
</tr>
<tr>
<td height="31" align="left" valign="top" width="613">
<table width="603" border="0" cellspacing="0" cellpadding="0">
<tr align="center" valign="middle">
<td width="154" height="158">
<table width="140" border="0" cellspacing="0" cellpadding="0" class="kuan">
<tr>
<td width="140" background="images/newhouse_r8_c3.gif" align="center" valign="middle" class="smallfont" height="19">武进区</td>
</tr>
<%dim strSql,rs
strSql="select top 6 * from [house_new] where qy='武进区' order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
%>
<tr>
<td width="140" height="128" align="left" valign="top" class="font">
<%do while not rs.eof%>
<font color="#FF6600">·</font><a href="sub_newhouse.asp?id=<%=rs("id")%>" target="_blank" class="menu"><font color=<%=rs("color")%>><%=left(rs("house_name"),4)%></font></a>
<font color="#999999"><%=rs("jun_pay")%>元/㎡</font>
<%
rs.movenext
if not rs.eof then
response.write "<br>"
end if
loop%>
</td>
</tr>
</table>
</td>
<td width="146" height="158">
<table width="140" border="0" cellspacing="0" cellpadding="0" class="kuan">
<tr>
<td width="140" background="images/newhouse_r8_c3.gif" align="center" valign="middle" class="smallfont" height="19">钟楼区</td>
</tr>
<%
strSql="select top 6 * from [house_new] where qy='钟楼区' order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
%>
<tr>
<td width="140" height="128" align="left" valign="top" class="font">
<%do while not rs.eof%>
<font color="#FF6600">·</font><a href="sub_newhouse.asp?id=<%=rs("id")%>" target="_blank" class="menu"><font color=<%=rs("color")%>><%=left(rs("house_name"),4)%></font></a>
<font color="#999999"><%=rs("jun_pay")%>元/件</font>
<%
rs.movenext
if not rs.eof then
response.write "<br>"
end if
loop
%>
</td>
</tr>
</table>
</td>
<td width="150" height="158">
<table width="140" border="0" cellspacing="0" cellpadding="0" class="kuan">
<tr>
<td width="140" background="images/newhouse_r8_c3.gif" align="center" valign="middle" class="smallfont" height="19">天宁区</td>
</tr>
<%
strSql="select top 6 * from [house_new] where qy='天宁区' order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
%>
<tr>
<td width="140" height="128" align="left" valign="top" class="font">
<%do while not rs.eof%>
<font color="#FF6600">·</font><a href="sub_newhouse.asp?id=<%=rs("id")%>" target="_blank" class="menu"><font color=<%=rs("color")%>><%=left(rs("house_name"),4)%></font></a>
<font color="#999999"><%=rs("jun_pay")%>元/㎡</font>
<%
rs.movenext
if not rs.eof then
response.write "<br>"
end if
loop%>
</td>
</tr>
</table>
</td>
<td width="153" height="158">
<table width="140" border="0" cellspacing="0" cellpadding="0" class="kuan">
<tr>
<td width="140" background="images/newhouse_r8_c3.gif" align="center" valign="middle" class="smallfont" height="19">新北区</td>
</tr>
<%
strSql="select top 6 * from [house_new] where qy='新北区' order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
%>
<tr>
<td width="140" height="128" align="left" valign="top" class="font">
<%do while not rs.eof%>
<font color="#FF6600">·</font><a href="sub_newhouse.asp?id=<%=rs("id")%>" target="_blank" class="menu"><font color=<%=rs("color")%>><%=left(rs("house_name"),4)%></font></a>
<font color="#999999"><%=rs("jun_pay")%>元/㎡</font>
<%
rs.movenext
if not rs.eof then
response.write "<br>"
end if
loop%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="2" align="left" valign="top" width="613" background="images/newhouse_r5_c2.gif"><img src="images/newhouse_r5_c2.gif" width="3" height="3"></td>
</tr>
<tr>
<td height="62" align="left" valign="top" bgcolor="#FFF5D0" width="613">
<table width="603" border="0" cellspacing="0" cellpadding="0" height="120">
<tr>
<td rowspan="2" align="center" valign="middle" width="118"><a href="ad/tcjy/tcjy.htm" target="_blank"><img src="ad/tcjy.jpg" width="99" height="93" border="0"></a></td>
<td width="188" height="38" class="font"><font color="#FF6600">天
创 佳 缘</font><br>
</td>
<td rowspan="2" align="center" valign="middle" width="118"><a href="ad/yjjy/yjjy.htm" target="_blank"><img src="ad/yjjy.jpg" width="99" height="93" border="0"></a></td>
<td width="189" height="38"><font color="#FF6600" class="font">怡
景 佳 源</font></td>
</tr>
<tr>
<td width="188" align="left" valign="top"><span class="font">广场佳苑位于吉安市广场大会堂以南,白鹭宾馆以西,长岗路以东的吉安市绝佳市中心黄金地段。占地面积4500平方米。内设大型....</span></td>
<td width="189" align="left" valign="top"> <p class="font">总建筑面积<font color="#FF0000">43127</font>平方米,总户数<font color="#FF0000">369</font>户。小区闹中取静,离市中心东街口仅几分钟车程。面临赣江,别墅区....</p>
<p></p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="2" align="left" valign="top" background="images/newhouse_r5_c2.gif" width="613"><img src="images/newhouse_r5_c2.gif" width="3" height="3"></td>
</tr>
</table>
<table width="603" border="0" cellpadding="0" cellspacing="0">
<form name="form4" method="post">
<%
dim i,PageNo
strSql="select * from [house_new] order by id desc"
set rs=Server.CreateObject("ADODB.RecordSet")
rs.open strSql,conn,3,3
rs.PageSize=20
PageNo=request("PageNo")
if PageNo<1 or not isnumeric(PageNo) then
PageNo=1
end if
if cint(PageNo)>rs.PageCount then
PageNo=rs.PageCount
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -