?? 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 + -