📄 showarticle.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<!--#include file="tophit.asp"-->
<%
id =cint(request("id"))
sql="select * from art where art_id=" & id
rs.open sql,conn,1,3
%>
<script>document.title="<% =rs("art_title") %>"</script>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="608"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9%" background="images/homedhbg.gif"><img src="images/home2.gif" width="55" height="34"></td>
<td width="87%" height="34" background="images/homedhbg.gif"> <img src="images/biaoti1.GIF" width="15" height="15" align="absmiddle"> <font color="#666666" size="2"><strong><% =rs("art_title")%></strong></font> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="2" colspan="2" align="center" bgcolor="#eeeeee"></td>
</tr>
<tr>
<td height="22" colspan="2" align="center" bgcolor="#eeeeee">[ 作者:<% =rs("art_poster") %> 转贴自:<% =rs("art_from") %> 点击数:<% =rs("art_count") %> 更新时间:<% =rs("art_date") %> ]</td>
</tr>
<tr>
<td colspan="2" bgcolor="#f6f6f6"><table width="600" border="0" cellspacing="6" cellpadding="8" style="word-break:break-all">
<tr>
<script>var status0_6562='';
var curfontsize_6562=9;var curlineheight_6562=12;</script>
<td width="550" height="200" valign="top" bgcolor="#FFFFFF"><div id=contentdiv><% =resstr(rs("art_content")) %> </div> </td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2" bgcolor="#f6f6f6"> </td>
</tr>
<tr align="right">
<td height="20" colspan="2">【<a href="javascript:window.close();">关闭窗口</a>】</td>
</tr>
</table>
<% rs.close %>
<% sql="update art set art_count =art_count+1 where art_id=" & id
conn.execute(sql)
%>
</td>
<td valign="top" bgcolor="#f6f6f6" style="border-left:1px #D8D8D8 solid;"><table width="150" height="241" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="158" height="32" valign="middle"><TABLE cellSpacing=0 cellPadding=0 width="146"
border=0>
<TBODY>
<TR>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td valign="top">
<% top10all "art_date" %>
</td>
</tr>
</table>
<table width="150" height="241" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="158" height="32" valign="middle"><TABLE cellSpacing=0 cellPadding=0 width="146"
border=0>
<TBODY>
<TR>
<TD width=52
background="images/djph.gif"
height=34> </TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td valign="top">
<% top10all "art_count" %>
</td>
</tr>
</table>
<p> </p></td>
</tr>
<tr>
<td colspan="2" valign="top"><table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="77%" height="34" background="images/homedhbg.gif"><strong> </strong>(文章版权归本站,如要转载请与本站联系!)</td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -