📄 news.asp
字号:
<%'========================================='' 凡人网络购物系统V4.0免费版' FreeDown.Net info@freedown.net ' www.freedown.net' 版权所有·免费版仅供研究测试只用' 商业使用请购买正版''=========================================%>
<!--#include file="top.asp"-->
<div align="center">
<center>
<table width="760" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" >
<%
sql="select * from news where news_id="&request("news_id")
rs.open sql,conn,3,3
if rs.eof then
response.write "此信息不存在或者已被删除"
else%>
<tr>
<td height="25" bgcolor="#DBC2B0" align="center" width="100"><b><A href="allnews.asp">新闻中心</A>>></b></td>
<td height="25" bgcolor="#DBC2B0" align="center" width="460"><b><%=rs("news_title")%></b></td>
<td height="25" bgcolor="#DBC2B0" align="center" width="200" >日期:<%=rs("news_date")%></td>
</tr>
<tr>
<td height="200" valign="top" bgcolor="#F5EFE7" colspan="3"><p style="text-indent: 20; line-height: 150%; margin: 10">
<%
if not isnull(rs("news_pic")) and rs("news_pic")<> "" then
response.write "<p align=center><img src=" + rs("news_pic") + " width=220 height=160></p>"
end if
%>
<%=rs("news_content")%></p></td>
</tr>
</table>
</center>
</div>
<%end if
rs.close%><!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -