📄 liuchen_detail.asp
字号:
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/getPartStrAndBytesLen.asp" -->
<!--#include file="../inc/onlinecount.asp"-->
<!--#include file="../top.asp"-->
<%OpenDataConn
newsid=RtnReplaceInt(trim(request("newsid")),0)
set rs=server.createobject("adodb.recordset")
sql="select * from news where newsid="&newsid&""
rs.open sql,conn,1,1
if rs.eof then
response.write "找不到该信息,该信息已能已被删除!"
response.end
end if
if not rs.eof then
title=rs("topic")
conn.execute "update news set hit=hit+1 where newsid="&newsid&""
end if
sortnum=trim(rs("sort"))
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE><%=title%>-<%=homepage_title%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK
href="../img1/css.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.3790.2706" name=GENERATOR></HEAD>
<BODY class=bg1 text=#000000 bgColor=#ffffff leftMargin=0 topMargin=1>
<TABLE height=28 cellSpacing=0 cellPadding=0 width=980 align=center
background=../img/headbg4.gif border=0>
<TBODY>
<TR>
<TD align=right width=35>
<IMG height=13 src="../img/headarrow.gif"
width=17></TD>
<TD align=middle width=10></TD>
<TD class=TD_Place width=935><font color="#FFFFFF">您现在的位置:</font><a href="../index.aspx"><font color="#FFFFFF"> <%=homepage_title%></font></a><font color="#FFFFFF">>></font> <font color="#FFFFFF"><!--#include file="../inc/sort.asp"--></font>
</TD></TR></TBODY></TABLE>
<TABLE height=7 cellSpacing=0 cellPadding=0 width=980 align=center
background=../img/headbg5.gif border=0>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
<div align="center">
<TABLE height=980 cellSpacing=0 cellPadding=0 width=970 border=0>
<TBODY>
<TR>
<TD vAlign=top width=259 height=733 rowspan="2"><!--#include file="lpleft.asp"--></td>
<TD vAlign=top width=710>
<table border="1" width="710" id="table10" cellspacing="0" cellpadding="0" bordercolordark="#FFE2BB">
<tr>
<td align="center"><TABLE height=5 cellSpacing=0 cellPadding=0 width=75 border=0 id="table3">
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
<TABLE height=28 cellSpacing=0 cellPadding=0 width=710 border=0 id="table7" background="../img1/fj.jpg">
<TBODY>
<TR>
<TD>
<font color="#EE5806"> <!--#include file="../inc/sort.asp"--></font> </TD>
</TR>
</TBODY>
</TABLE>
</td>
</tr>
<tr>
<td align="center"><TABLE height=5 cellSpacing=0 cellPadding=0 width=75 border=0 id="table3">
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
<div align="right">
<TABLE cellSpacing=0 cellPadding=0 width=705 border=0 id="table2">
<TBODY>
<TR>
<TD vAlign=top>
<table width="705" border="0" cellpadding="0" cellspacing="0" class="main">
<tr>
<td height="29" class="black">
<table width="680" height="181" border="0" align="center" cellpadding="0" cellspacing="1" class="main">
<tr>
<td height="46" colspan="2" align="center" class="p12">
<p style="line-height: 330%"><font color="#339900" size="3"><strong><%=title%></strong></font></td>
</tr>
<tr>
<td height="19" colspan="2" align="center" class="p12"> <div align="right">
<font color="#EE5806">文章类型:
<!--#include file="../inc/sort.asp"-->
加入时间:<%=rs("dnt")%></font></div></td>
</tr>
<tr>
<td height="1" colspan="2" align="center" bgcolor="#999999"></td>
</tr>
<tr>
<td colspan="2" valign="top" align=center></td>
</tr> <tr>
<td colspan="2" valign="top"></td>
</tr>
<tr>
<td colspan="2" valign="top"><font color="#EE5806"><%=rs("comment")%></font></td>
</tr>
<tr>
<td width="46%" height="28" align="right" class="p12"> <div align="center"><font color="#EE5806">
<%
addr0=request.servervariables("server_name")
addr1=request.servervariables("url")
url="http://"&addr0&addr1&"?newsid="&newsid
%>
<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="#EE5806">出处:<%=rs("fromw")%></font></div></td>
</tr>
<tr>
<td height="28" align="right" class="p12"> </td>
<td align="right" class="p12"> </td>
</tr>
</table>
<%
rs.close
%>
</body>
</html>
<%
Set Rs=Nothing
%>
</td>
</tr>
</table>
<TABLE height=5 cellSpacing=0 cellPadding=0 width=75 border=0 id="table5">
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE></div>
</td>
</tr>
</table>
</TD></TR>
</TBODY></TABLE></div>
</TD></TR></TBODY></TABLE></TD>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD height=5></TD></TR></TBODY></TABLE>
<TABLE height=3 cellSpacing=0 cellPadding=0 width=75 border=0>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
<!--#include file="../end.asp"-->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -