?? gongao.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>--><a href="index.asp" class="linkone">房產頻道</a>--><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")%>  </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">
<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 + -