📄 error.asp
字号:
<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<meta http-equiv="Pragma" content="No-Cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache">
<SCRIPT LANGUAGE="JavaScript">
if(top!=self)top.location = location;
</SCRIPT>
<style type="text/css">
<!--
td {font-size: 9pt}
body {font-size: 9pt}
A {text-decoration: none; color: #003366; font-size: 9pt}
A:hover {text-decoration: underline; color: #FF0000; font-size: 9pt}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<center>
<table border="0" cellspacing="0" cellpadding="0" height="91" width="100%">
<tr bgcolor="398CC9">
<td height="18"><font color="#FFFFFF">●<b> 错误</b></font></td>
</tr>
<tr bgcolor="#e3e3e3">
<td height="72">
<div align="center"><br>
<%if Session.SessionID="" or Session("UserID")="" then%>
超时
<%else%>
对不起,您没有访问此页的权限!
<%end if%>
<p><a href="../avmaxmanage/Default.asp"> 重新登录 </a>
<p>
</div>
</td>
</tr>
</table>
<!-- Common Footer Here --> <BR><BR>
<center>
<font face="arial" size="-2"> © Copyright 2002 <a href="<%=Application("SitePath")%>" target="_blank"><font color="#003366"><%=Application("Site_Name")%></font></a><font color="#003366">.</font>
All rights reserved. <BR>
</font>
</center>
<p>
</center>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -