usermanage.asp

来自「采用arcims结合asp开发的一个webgis系统,针对地下水,实现了曲线时时」· ASP 代码 · 共 19 行

ASP
19
字号
<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 + =
减小字号Ctrl + -
显示快捷键?