📄 newsshow.asp
字号:
<%PageName="newsshow.asp?typeid="&request("typeid")%>
<!--#include file="function.asp"-->
<!--#include file="top.asp"-->
<script src=js.js></script>
<%
id=request("id")
if id="" then
errmsg="<li>操作错误</li>"
error()
response.end
end if
sql="select * from announce where id="&id
rs.open sql,conn,1,3
rs("hits")=rs("hits")+1
rs.update
%>
<table border="0" width=770 align=center cellspacing="1" cellpadding="1" bgcolor="<%=Tablebackcolor%>">
<tr>
<td bgcolor="<%=Tabletitlecolor%>" align="center" width="163" valign="top">
<table width="98%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td align="center">热 点</td>
</tr>
<tr>
<td bgcolor="<%=aTablebodycolor%>"><script src=hotnews.asp?typeid=<%=request("typeid")%>></script></td>
</tr>
</table>
</td>
<td bgcolor="<%=Tablebodycolor%>" width="600" height="2" valign="top"><blockquote><div align=center style=font-size:11pt><b><%=rs("title")%></b></div><div align=center>浏览:<%=rs("hits")%></div>
<div align=right><%=rs("dateandtime")%></div>
<hr width="100%" noshade size="1"><%if rs("images")<>"" then%><a href=javascript:readopen('show.asp?url=<%=rs("images")%>','','width=400,heigth=300')><img src=<%=rs("images")%> width=110 onLoad="javascript:if(this.height>150)this.height=150;else if(this.width>109)this.width=109;" border=0 align=right></a><%end if%><div style=font-size:11pt><%=rs("content")%></div>
<div align=right>---作者/转载:<%=rs("author")%></div>
</blockquote>
</td>
</tr>
</table>
<!--#include file="copyright.asp"-->
</body>
</html>
<%
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -