?? addadmin.asp
字號:
<%
if session("admin")="" or session("key")<>"1" then
response.Write("<script>alert('您好!沒有權限,請聯系管理員');window.location.href('center.asp')</script>")
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>網上在線考試系統</title>
<style type="text/css">
<!--
.style1 {font-size: 14px}
.style2 {font-size: 10px}
body {
background-color: #0099cc;
}
-->
</style>
</head>
<body>
<form name="form1" method="post" action="addadminchick.asp">
<table width="366" height="108" border="0" align="center">
<tr>
<td width="69"> </td>
<td width="242"> </td>
<td width="41"> </td>
</tr>
<tr>
<td><span class="style1">管理帳號:</span></td>
<td><input name="admin" type="text" id="admin2"></td>
<td> </td>
</tr>
<tr>
<td><span class="style1">管理密碼:</span></td>
<td><input name="psw" type="password" id="psw"> </td>
<td> </td>
</tr>
<tr>
<td><span class="style1">管理權限:</span></td>
<td><input type="radio" name="quanxian" value="1">
<span class="style1">管理員</span>
<input name="quanxian" type="radio" value="2" checked>
<span class="style1">維護員</span></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="添加">
<input type="reset" name="Submit2" value="取消"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -