left.asp

来自「关于网络渗透技术的详细讲解」· ASP 代码 · 共 39 行

ASP
39
字号
<html>
<head>
<LINK href="../style.css" rel=stylesheet>
</head>
<body>
<%
if session("admin")="" and session("flag")="" then
	response.write "Error!!"
else
	call main()
end if
sub main()
%><br><br>
<p align=right>
<table border=0 width=90% cellspacing="2" cellpadding="1" bgcolor=#DCDCDC>
<tr><td width=100 align=center bgcolor=#f0f0f0>
<font style=line-height:150%>
<br>
<%if session("flag")=1 then%>
◇<a href="adminuser.asp" target="right">用户管理</a><br>
<%end if%>
◇<a href="main.asp" target="right">返回首页</a><br>
◇<a href="logout.asp" target=_top>退出系统</a><br><br>

</font>
</td></tr></table>
<table border=0 width=90% cellspacing="0" cellpadding="0">
<img src="../IMAGES/bian.gif" width="100%" height="13">
</table>
<%
end sub
%>
</p>
<body>
</html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?