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

📄 gongao.asp

📁 本房地产网站功能强大
💻 ASP
字号:
<!--#include file="inc/conn1.asp"-->
<!--#include file="inc/getPartStrAndBytesLen.asp" -->
<!--#include file="inc/onlinecount.asp"-->
<%
 Dim Rs,Sql
 OpenDataConn
 Set Rs=Server.CreateObject("ADODB.Recordset") 
%>
<html>
<head>
<TITLE><%=homepage_title%></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript" src="inc/index.js"></script>
<link href="inc/style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<div align="center"> 
  <table width="541" border="0" cellpadding="0" cellspacing="0" class="main">
    <tr> 
      <td height="29" background="images/user_02.jpg" class="black"> <img src="images/Frams_nav.gif" width="9" height="9"> 
        当前位置:<font color="#000000"><a href="../" class="linkone"><%=homepage_title%></a>--&gt;<a href="index.aspx" class="linkone">房产频道</a>--&gt;<font color="#FF0000"> 
        公告</font></td>
    </tr>
  </table>
</div>
<table width="541" border="0" align="center" cellpadding="0" cellspacing="1" class="main">
  <tr> 
    <td colspan="2" class="p12"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td> </td>
        </tr>
      </table>
      <%
	  set rsgg=server.CreateObject("adodb.recordset")
	  sqlgg="select * from gonggao where id="&request("id")&" order by id desc"
	  rsgg.open sqlgg,conn,1,3
	  %>
      <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="30"><%=rsgg("content")%>&nbsp </td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td> </td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td width="46%" height="28" align="right" class="p12"> <div align="center"><font color="#000000"> 
        &nbsp;  <img src="ima/print_icon.gif" width="20" height="18"><span class="black"><a href="javascript:window.print()"><font color="#CC0000">打印该页</font></a></span></font></div></td>
    <td width="54%" align="right" class="p12"><div align="center"><font color="#000000"><%=homepage_title%></font></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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