📄 editerr.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>错误!</title>
<style type="text/css">
<!--
a {
font-size: 14px;
font-weight: bold;
}
p {
font-size: 14px;
color: #000000;
text-decoration: none;
}
strong {
font-size: 14px;
color: #000000;
}
-->
</style>
</head>
<body>
<div align="center">
<p> </p>
<p>SORRY,<%=session("username")%> 您的权限不够!无法编辑,请<a href="javascript:window.close();"><strong>关闭窗口</strong></a>!
</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><a href="http://www.crescent.net.cn/">新月网络工作室</a> </td>
</tr>
</table>
<p> </p>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -