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

📄 loupanshow.asp

📁 一个专业的房地产门户网站
💻 ASP
字号:
<!--#include file="conn.asp" -->
<% 
set rs=server.CreateObject("adodb.recordset")
sql="select * from loupan where ID="&request("id")
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=name%>-<%=rs("name")%></title>
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body background="images/topbj.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">
      <!--#include file="top.asp" -->
    </td>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="bk">
  <tr> 
    <td width="180" align="center" valign="top" background="images/index_00.gif">
      <!--#include file="left.asp" -->
    </td>
    <td align="center" valign="top"> 
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="10" align="right" valign="bottom"><img src="images/index_04.gif" width="577" height="5"></td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="14" align="right" valign="top"><img src="images/index_02.gif" width="12" height="138"></td>
          <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><TABLE border=0 
                  cellPadding=0 cellSpacing=0 width="100%">
                    <TBODY>
                      <TR> 
                        <TD width=20>&nbsp;</TD>
                        <TD width=280 height="180" align="center" vAlign=bottom><IMG border=1 height=154 src="upload/<%=rs("img")%>" width=260> 
                        </TD>
                        <TD vAlign=top>&nbsp;</TD>
                      </TR>
                    </TBODY>
                  </TABLE></td>
              </tr>
            </table>
            <br>
            <TABLE align=center border=0 cellPadding=2 cellSpacing=1 
width="90%">
              <TBODY>
                <TR> 
                  <TD width=15% height=25 align="center" bgColor=#e2f3fc>楼盘名称:</TD>
                  <TD bgColor=#f1f1f1 height=25><%=rs("name")%></TD>
                </TR>
                <TR> 
                  <TD height=25 align="center" bgColor=#e2f3fc>设计用途:</TD>
                  <TD bgColor=#f1f1f1 height=25><%=rs("yongtu")%></TD>
                </TR>
                <TR> 
                  <TD height=25 align="center" bgColor=#e2f3fc>区  属:</TD>
                  <TD bgColor=#f1f1f1 height=25><%=rs("qushu")%></TD>
                </TR>
                <TR> 
                  <TD height=25 align="center" bgColor=#e2f3fc>开发公司:</TD>
                  <TD bgColor=#f1f1f1 height=25><%=rs("who")%></TD>
                </TR>
                <TR> 
                  <TD height=25 align="center" bgColor=#e2f3fc>交付日期:</TD>
                  <TD bgColor=#f1f1f1 height=25><%=rs("enddate")%></TD>
                </TR>
                <TR> 
                  <TD height=25 align="center" bgColor=#e2f3fc>价  格: </TD>
                  <TD bgColor=#f1f1f1 height=25><%=rs("jiage")%></TD>
                </TR>
                <TR> 
                  <TD height="25" align="center" bgcolor="#e2f3fc">占地面积: </TD>
                  <TD height="25" bgcolor="#f1f1f1"><%=rs("mianji")%></TD>
                </TR>
                <TR> 
                  <TD height="25" align="center" bgcolor="#e2f3fc">地  址:</TD>
                  <TD height="25" bgcolor="#f1f1f1"><%=rs("addr")%></TD>
                </TR>
                <TR> 
                  <TD height="25" align="center" bgcolor="#e2f3fc">联 系 人:</TD>
                  <TD height="25" bgcolor="#f1f1f1"><%=rs("lianxi")%></TD>
                </TR>
                <TR> 
                  <TD height="25" align="center" bgcolor="#e2f3fc">联系电话: </TD>
                  <TD height="25" bgcolor="#f1f1f1"><%=rs("tele")%></TD>
                </TR>
                <TR> 
                  <TD height="25" align="center" bgcolor="#e2f3fc">网  址:</TD>
                  <TD height="25" bgcolor="#f1f1f1"><%=rs("web")%></TD>
                </TR>
                <TR bgcolor="#e2f3fc"> 
                  <TD height="25" colspan="2">&nbsp;&nbsp;详细资料: </TD>
                </TR>
                <TR align="center" bgcolor="#f1f1f1"> 
                  <TD height="25" colspan="2"> <table width="96%" border="0" cellspacing="0" cellpadding="10">
                      <tr> 
                        <td class="16h"><%=rs("content")%></td>
                      </tr>
                    </table></TD>
                </TR>
                <TR> 
                  <TD height="25" colspan="2">&nbsp;</TD>
                </TR>
              </TBODY>
            </TABLE></td>
        </tr>
      </table>
      
    </td>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#999999" class="bk">
  <tr>
    <td height="1">
	</td>
  </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>
      <!--#include file="bottom.asp" -->
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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