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

    <!--#include file="conn.asp"-->
<!--#include file="gyhs.asp"-->

<head>
<meta http-equiv="Content-Language" content="zh-cn">
</head>
<%
sql="select ltbq,ltdb from zwltpz where ltbh='"&ltbh&"'"
set rs=conn.execute(sql)
%>
<body topmargin=0>
<table cellpadding="0" cellspacing="0" width=97% align="center" height="20">
	<tr>
		<td height="20"><span style="font-size: 14px"><b>顶部预览:</b></span></td>
	</tr>
	<tr>
	
<table height="146" cellSpacing="0" cellPadding="0" width="97%" align="center">
	<tr>
<%=rs("ltdb")%>
	</tr>
</table>

	</tr>
	</p>
	<tr>
		<td height="20"><span style="font-size: 14px"><b>&nbsp; 版权预览:</b></span></td>
	</tr>
	<tr>
	
<table height="146" cellSpacing="0" cellPadding="0" width="97%" align="center">
	<tr>
<%=rs("ltbq")%>
	</tr>
</table>

	</tr>
</table>
</body>
<%
rs.close
set rs=nothing
dbclose
%>