📄 check.asp
字号:
<!--#include file="conn.asp" -->
<%
lehu=session("lehu")
if session("lehu")<>True then
call list()
response.end
end if
%>
<%function list()%>
<html>
<head>
<title>VOD视频点播系统后台管理</title>
<link rel=stylesheet href="css\netoa.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="160" border="0" align="center">
<tr>
<td><b><font color="#CC0033">出错啦!!</font></b></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<table width="395" border="0" align="center">
<tr>
<td height="47">
<ul>
<li>对不起,您没有操作权限</li>
<li>如果您不是管理员,请不要再尝试!</li>
<li>出错原因:您超时了,请<font color="#CC0000"><b><a href="login.asp"><font color="#CC0066">
重新登陆</font></a></b></font></li>
</ul>
</td>
</tr>
</table>
</body>
</html>
<%end function%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -