📄 usermanage.asp
字号:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<html>
<body bgcolor="D7E8FA" LEFTMARGIN=0 TOPMARGIN=0>
<form name="logout" action="logout.asp">
<table>
<td><font style="font-size=10pt">用户: </font><%response.write(session("name"))%></td>
<td><font style="font-size=10pt"></font>
<% If session("right")<>"B" Then %>
<input name="manage" type="button" value="用户管理" onclick="window.open('UserManage/manageA.asp','_blank')" target="_blank" style="width:70;height:18;">
<% Else %>
<input name="manage" type="button" value="用户管理" onclick="window.open('UserManage/manageB.asp','_blank')" target="_blank" style="width:70;height:18;">
<% End If %>
</td>
<td><input type="submit" style="width:40;height:20;" value="退出">
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -