📄 shownews.asp
字号:
<!--#include file="head.asp"-->
<!--#include file="diao.asp"-->
<TABLE width=760 border=0 align=center cellPadding=0 cellSpacing=0 bgcolor="#FFFFFF" class=bk>
<TBODY>
<TR>
<TD vAlign=top align=middle width=150
background=images/index_00.gif
height=500>
<!--#include file="left.asp"-->
<!-- #include file="lwconn.asp" -->
</TD>
<TD vAlign=top align=middle height=300 rowSpan=12>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=middle> <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/sj_dhtp.jpg" >
<tr>
<td width="4%"><img src="images/sj_dh.jpg" width="29" height="28"></td>
<td width="71%"> </td>
<td width="25%"> </td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE>
<br>
<table width="566" height="23" border="0" align="center">
<tr>
<td>
<%
id=trim(request.QueryString("id"))
set rs=server.createobject("adodb.recordset")
id=replace(id,"'","")
sql ="select * from news where newsid= "&id
rs.open sql,conn,1,1
if rs.eof or rs.bof then
response.Write("该记录已经被删除或不存在!")
else
title=rs("title")
content=rs("content")
updatetime=rs("updatetime")
end if
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
<table width="99%" align="center">
<tr><td align="center"> <font size=3 color="#996600"><b><%=title%></b></font></td></tr>
<tr><td> <div align="center" style="color: #999999">Http://www.canfun.net 发布时间:<%=updatetime%> </div></td>
</tr>
<tr><td> </td></tr>
<tr><td style="line-height:200%;"><font color="#000000"><%=content%> </font></td></tr>
<tr><td><br><br></td></tr>
</table> </td>
</tr>
</table>
<br>
</td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=middle vAlign=top> <IMG
height=3
src="images/index_li2.gif"></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR></TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR></TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR></TR>
<TR></TR>
<TR></TR>
<TR>
</TR>
</TBODY>
</TABLE>
<!--#include file="footer.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -