📄 dismztj.asp
字号:
<!--#include file="rscoon.asp"-->
<% toptitle="查看统计" %>
<!--#include file="mztop.asp"-->
<!--#include file="mzfunc.asp"-->
<%
dim tjid
tjid=request.querystring("id")
if tjid="" or isnull(tjid) then
response.write"<script>alert('对不起,操作出现错误\n请返回重试');history.back();</script>"
else
if isnumeric(tjid)<>true or instr(tjid,"or")>0 or instr(tjid,"and")>0 then
response.write"<script>alert('对不起\n操作被拒绝');window.location.href='error.htm';</script>"
end if
sql="select tjtitle,tjbody,tjtime from mztj where tjid="&tjid
set rs=conn.execute(sql)
if not rs.eof then
response.write"<TABLE width=766 height=100% border=0 align=center cellPadding=0 cellSpacing=1><TBODY><TR>"&_
"<TD width=766 height=404 vAlign=top bgColor=#f5f6fb class=wz7> <TABLE width=100% border=0 align=center cellPadding=0 cellSpacing=1><TBODY><TR>"&_
"<TD height=30 vAlign=top> <p> </p><DIV align='center'><strong>"&rs("tjtitle")&"</strong></DIV>"&_
"<br> <hr align=center width=100% size=1 noshade></TD></TR></TBODY></TABLE><br> "&ubbcode(rs("tjbody"))&"</TD>"&_
"</TR><TR><TD bgColor=#f5f6fb class=wz7 height=20 vAlign=top><div align=right>统计日期:"&rs("tjtime")&"-----<a href='javascript:window.close()'>【关闭窗口】</a></div></TD></TR></TBODY></TABLE>"
else response.write"<script>alert('对不起,您所要查看的对象未找到');history.back();</script>"
end if end if
call mzfoot() %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -