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

📄 adduser.asp

📁 电子书下载系统 后台管理:admin/index.asp 超级用户:admin 密码:admin 请在db/usre.asp,admin/usres更新数据库地址,防止他人下载。 建议把.
💻 ASP
字号:
<!--#include file="users.asp" -->
<!--#include file="jl.asp" -->
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="style.css" rel="stylesheet" type="text/css">
<SCRIPT language=javascript>

function check()

{
  if(document.form1.username.value=="")
    {
      alert("用户名为空");
      return false;
    }
    
  if(document.form1.newpin.value=="")
    {
      alert("密码不能为空");
      return false;
    }
    
  if((document.form1.newpin.value)!=(document.form1.re_newpin.value))
    {
      alert("密码不匹配");
      return false;
    }

}

</SCRIPT>
</HEAD>

<BODY bgcolor="#0066FF" leftmargin="0" topmargin="0">
<DIV align="center">
  <P>&nbsp;</P>
  <FORM method="post" action="saveuser1.asp" name="form1" onsubmit="javascript:return check();">
    
		
    <TABLE width="40%" border="0" cellspacing="1" cellpadding="0" >
      <TR bgcolor="#CCCCCC"> 
        
        <TD height="25" bgcolor="#999999"> 
          <DIV align="center"><FONT size="2" color="#FFFFFF">新增管理员</FONT></DIV>
        </TD>
      </TR>
      <TR> 
        
				
        <TD height="30" bgcolor="#CCCCCC"> 
          <DIV align="center"><FONT size="2">用 户 名  
            <INPUT type="text" name="username">
            </FONT></DIV>
        </TD>
      </TR>
      <TR> 
        
				
        <TD height="30" bgcolor="#CCCCCC"> 
          <DIV align="center"><FONT size="2">初始密码  
            <INPUT type="password" name="newpin">
            </FONT> </DIV>
        </TD>
      </TR>
      <TR> 
        
				
        <TD height="30" bgcolor="#CCCCCC"> 
          <DIV align="center"><FONT size="2">确认密码  
            <INPUT type="password" name="re_newpin">
            </FONT></DIV>
        </TD>
      </TR>
      <TR> 
        
				
        <TD height="30" bgcolor="#CCCCCC"> 
          <DIV align="center">权限设置 
             </DIV>
        </TD>
      </TR>
      <TR>
        
				
        <TD height="30" bgcolor="#CCCCCC"> 
          <DIV align="center">

⌨️ 快捷键说明

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