📄 zf11_news.asp
字号:
<!--#include file="head.asp" -->
<%
sub navigation()
response.write " >> "
response.write "<a href='news.asp'>本站新闻</a>"
response.write " >> "
response.write "新闻浏览"
end sub
%>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="780" height="50" bgcolor="#EFEFE7">
<tr>
<td width="200" valign="top" background="images/leftbg.jpg">
<% call zf11_img() %>
<% call zf11_Search3() %>
</td>
<td width="580" valign="top">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="580" height="20" >
<tr>
<TD width="100%" height="20" ><IMG height=45 src="images/tu01.jpg" width=580></TD>
</tr>
</table>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="580" height="160" style="border: 1px solid #CECFCE">
<tr>
<td bgcolor="#FFFFFF" width="100%">
<!--新闻文章开始-->
<TABLE cellSpacing=3 cellPadding=5 width="100%" border=0>
<%
ID=CheckStr(Request.QueryString("ID"))
If isInt(ID)=False OR Not IsNumeric(ID) Then
Response.Redirect "news.asp"
Response.End()
End If
set rs=server.createobject("adodb.recordset")
rs.Open "Select * From zf11_news where id="&id, conn,3,3
if rs.bof and rs.eof then
response.Redirect("News.asp")
end if
%>
<TR>
<TD align="center"><strong><%=rs("title")%></strong></TD>
</TR>
<TR>
<TD align="center"><hr size="1" width="90%" height="1">发布:<%=rs("Admin")%> <a href="http://<%=zf11_http%>" target=_blank><%=zf11_http%></a> <%=rs("time")%> </TD>
</TR>
<TR>
<TD height=34 style="line-height: <%=zf11_line_H%>"><%=rs("Content")%></TD>
</TR>
<TR>
<TD height=1 align="right"></TD>
</TR>
</TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="362" height="34"> </td>
<td width="186">【<a href='News.asp'>返回</a>】 【<a href="javascript:window.scroll(0,-360)">顶部</a>】
【<a href="javascript:self.close()">关闭</a>】</td>
</tr>
</table>
<!-- 新闻文章结束-->
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<!--#include file="foot.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -