www.gusucode.com > 超文本多用户论坛程序 1.1 > bbs/gonggao.asp

    <!--#include file="conn.asp"-->
<!--#include file="gyhs.asp"-->
<head>
<title><%=request.cookies("mc")%></title>
<meta name="keywords" content="<%=request.cookies("gjz")%>">
</head>
<body topmargin=0>
<!--#include file="gyym.asp"-->
<%
id=request("id")
sql="select*from zwggao where id="&id&" and ltbh='"&ltbh&"'"
set rs=conn.execute(sql)
%>
<table class="a2" cellSpacing="1" cellPadding="4" width="97%" align="center" border="0">
	<tr class="a3">
		<td height="25">&nbsp;<img src="imgs/Forum_nav.gif" width="9" height="9">&nbsp;<a href="index.asp?ltbh=<%=ltbh%>"><%=request.cookies("mc")%></a>&nbsp;>>&nbsp;论坛公告
		</td>
	</tr>
</table>
<br>
 <div align="center">
	<table class="a2" height="64" cellSpacing="1" cellPadding="5" width="97%" border="0">
		<tr>
			<td class="a1" width="100%" height="20">
			<p align="center"><%=rs("cnggtitle")%></td>
		</tr>
		<tr>
			<td class="a3" width="100%">
			<%=rs("cncount")%>
			</td>
		</tr>
		<tr>
			<td class="a4" width="100%" height="18">
			<p align="right"><%=request.cookies("mc")%>发布 发布时间 
			<font style="FONT-SIZE: 7pt; family: arial"><%=rs("fadate")%></font> </td>
		</tr>
	</table>
</div>
<br>
<%
rs.close
set rs=nothing
call bq
dbjl.close
set dbjl=nothing
%>
<%dbclose%>