⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adduser.asp

📁 这次自已做的美工,可能很难看,但主要是为提高效率,这次全部生成了静态,只有一个链接查看最新文章的列表没有生成,因为我觉得没必要生成,浪费空间大小,那是一个很少用到的功能!这次去掉了很多功能,这个版本主
💻 ASP
字号:
<!--#include file="seeadmin.asp"-->
<%

call gadmin
%>


<html>
<head>
<title>添加管理员</title>
<STYLE type=text/css>
A:link {
	COLOR: #000000; FONT-FAMILY: 宋体; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; FONT-FAMILY: 宋体; TEXT-DECORATION: none
}
A:active {
	FONT-FAMILY: 宋体; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #84bd6b; TEXT-DECORATION: underline overline
}
BODY {
	COLOR: #000000;
	FONT-FAMILY: 宋体;
	FONT-SIZE: 9pt;
	background-color: #CCCCFF;
}
TABLE {
	COLOR: #000000; FONT-FAMILY: 宋体; FONT-SIZE: 9pt
}
.f24 {
	COLOR: #ff0000; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; TEXT-DECORATION: underline overline
}
.l17 {
	LINE-HEIGHT: 170%
}
.f18 {
	FONT-SIZE: 18px
}
</STYLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body>
<script language="javascript">
<!--
function Check()
{
var Notnull
Notnull=true
if (document.adduser.user.value=="") {
window.alert ("请输入帐号名 !")
Notnull=false
}
if (document.adduser.pwd.value=="") {
window.alert ("请输入密码 !")
Notnull=false
}
if (document.adduser.repwd.value=="") {
window.alert ("请输入确认密码 !")
Notnull=false
}
if (document.adduser.step.value=="") {
window.alert ("请选择管理员权限 !")
Notnull=false
}
return Notnull
}
//-->
</script>
<center>
<table border="0" width="350" bgcolor="#D4BFFF">
<tr><td  height="25" align="center" bgcolor="#A6CAF0"><strong>添加管理员</strong></td>
</tr>
</table>
<table border="0" width="350" bgcolor="#D4BFFF">
<form name="adduser" method"=post" action="usersave.asp" onSubmit="return Check()">
<tr>
<td>帐  号:</td><td><input type="text" name="user" size="20"></td>
</tr><tr>
<tr>
<td>新密码:</td><td><input type="password" name="pwd" size="21"></td>
</tr>
<tr>
<td>确认密码:</td><td><input type="password" name="repwd" size="21"></td>
</tr>
<tr>
<td>管理权限:</td>
<td><input type="radio" name="step" value="8">
  最高管理员
    &nbsp;<input type="radio" name="step" value="1">
    一般管理员</td>
</tr><tr>
<td bgcolor="#D4BFFF"></td>
<td><input name="adduser" type="submit" value="确定"><input type="reset" value="重置"></td>
</tr></form>
</table>

</center>

</body>
</html>

⌨️ 快捷键说明

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