main.asp
来自「关于网络渗透技术的详细讲解」· ASP 代码 · 共 34 行
ASP
34 行
<%
if session("admin")="" then
response.redirect "admin.asp"
end if
%>
<html>
<link rel="stylesheet" href="../style.css">
<br><p>
<table border="0" cellspacing="1" width="90%" align=center bgcolor=#dcdcdc>
<tr>
<td width="100%" height=25 background="../IMAGES/mmto.gif">
<p align=center><font size=2 color=green><b>超级管理员系统说明页面</b></font></p></td></tr>
<tr><td width="100%" bgcolor=#f0f0f0>
<br>
<b> 超级管理员可进行操作说明</b>:<br>
<br><br> 1,用户的增加修改删除,请点左边相关连接进行操作。
<br><br> 2,增加用户请小心定级,安排其在管理页面内的具体权限。
<br><br> 3,<font color=red>为了系统的安全性,离开管理请点击退出系统</font>
<br><br> 4,有何建议请联系<a href="mailto:shf@ynmail.com">shf@ynmail.com</a>
<p align=center>
</td>
</tr>
</table>
<table width="90%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td><img src="../IMAGES/bian.gif" width="100%" height="14"></td>
</tr>
</table>
<!--#include file="../inc/pagedown.inc"-->
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?