📄 adminadd.asp
字号:
<%
if session("power")<>0 then
response.write "<script language=JavaScript>" & "alert('您没有进入这个页面的权限!');" & "history.back()" & "</script>"
response.end
end if
%>
<!--#include file="no.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK
href="../css.css" rel=stylesheet type=text/css>
<title>无标题文档</title>
</head>
<body>
<!--#include file="main.asp"-->
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><form name="form1" method="post" action="adminadd_ok.asp">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" colspan="2"><div align="center">管理员添加</div></td>
</tr>
<tr>
<td width="31%" height="25"><div align="right">用户名:</div></td>
<td width="69%" height="25"><input name="adminer" type="text" id="adminer"></td>
</tr>
<tr>
<td height="25"><div align="right">密码:</div></td>
<td height="25"><input name="pwder" type="text" id="pwder"></td>
</tr>
<tr>
<td height="25"> <div align="right">级别:</div></td>
<td height="25"><input name="power" type="radio" value="0" checked>
高级管理员
<input type="radio" name="power" value="1">
普通管理员</td>
</tr>
<tr>
<td height="25" colspan="2"> <div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -