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

📄 reg.htm

📁 矮子多用户版客户管理系统2.0Bate2
💻 HTM
字号:
<html>
<head>
<title>申请一个我的客户管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,table {font-size: 9pt; font-family: 宋体}
input {  font-size: 9pt; color: #000000;  padding-top: 3px}
.c {  font-family: 宋体; font-size: 9pt; font-style: normal; line-height: 12pt; font-weight: normal; font-variant: normal; text-decoration: none}
--></style>
</head>
<script Language="JavaScript">
<!--
function Form1_Validator(theForm)
{ 



  if (theForm.mclass_folder.value == "")
  {
    alert("系统名称必须填写!");
    theForm.mclass_folder.focus();
    return (false);
  }
 if (theForm.name.value == "")
  {
    alert("用户名必须填写!");
    theForm.name.focus();
    return (false);
  }
 
  if (theForm.name.value.length >16)
  {
    alert("用户名填写是否正确?请确认!");
    theForm.name.focus();
    return (false);
  }
 if (theForm.pass.value == "")
  {
    alert("用户密码必须填写!");
    theForm.pass.focus();
    return (false);
  }
 
 if (theForm.rpass.value == "")
  {
    alert("用户密码必须填写!");
    theForm.rpass.focus();
    return (false);
  }
  
  
  
   if (theForm.rq.value == "")
  {
    alert("用户密码提示问题必须填写!");
    theForm.rq.focus();
    return (false);
  }
   if (theForm.aq.value == "")
  {
    alert("用户密码提示答案必须填写!");
    theForm.aq.focus();
    return (false);
  }
  
  
  
   if (theForm.waifenye.value.length <1)
  {
    alert("分页设置不得为空!");
    theForm.waifenye.focus();
    return (false);
  }
  if (theForm.fenye.value.length <1)
  {
    alert("分页设置不得为空!");
    theForm.fenye.focus();
    return (false);
  }


   if (theForm.fenye.value == "0")
  {
    alert("分页设置不得为“0”!");
    theForm.fenye.focus();
    return (false);
  }
   if (theForm.waifenye.value == "0")
  {
    alert("分页设置不得为“0”!");
    theForm.waifenye.focus();
    return (false);
  }
  
    { 
var txt = theForm.fenye.value; 

if(checknumber(txt)) 
{ 
alert("分页只允许输入数字!"); 
return false; 
} 

var txt2 = theForm.waifenye.value; 
if(checknumber(txt2)) 
{ 
alert("分页只允许输入数字!"); 
return false; 
} 

return true; 
} 




function checknumber(String) 
{ 
var Letters = "1234567890"; 
var i; 
var c; 
for( i = 0; i < String.length; i ++ ) 
{ 
c = String.charAt( i ); 
if (Letters.indexOf( c ) ==-1) 
{ 
return true; 
} 


} 
return false; 
} 
  
  
    return (true);
}
//-->
</script>

<body text="#000000" link="#000080" alink="#800000" vlink="#000080" topmargin="0" leftmargin="0" bgcolor="#FFFFFF">

<p align="center">

<br>
申请一个我的客户管理系统</p>
<form action="regsave.asp" method="POST" onsubmit="return Form1_Validator(this)" >       
  <ul>       
    <div align="center">
      <center>       
      <center>
    <table border="0" cellspacing="1" cellpadding="0" width="554" height="313" bgcolor="#DADADA" style="font-size: 9pt; font-family: 宋体" id="table1">
      <tr>
 <td height="25" bgcolor="#EBEBEB" colspan="2">    
   &nbsp;必填信息</td>
 		</tr>
		<tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">系统<font size="2" class="c">名称&nbsp; </font></p>    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="mclass_folder" size="16" maxlength="12">
   <font size="2" class="c"><font color="#CC0000">
   ** </font></font>(您所申请的系统的名称) </td>
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">
   <p align="right"><font size="2" class="c">用 户 名&nbsp; </font></p>    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="name" size="16" maxlength="12">              
          <font size="2" class="c"><font color="#CC0000">               
          ** </font></font>(不能有<b><font size="2" class="c" color="#FF0000">空格</font></b>,可以使用中文匿名) </td>
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">您<font size="2" class="c">的密码&nbsp; </font></p>    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input type="password" name="pass" size="13" maxlength="16"><font size="2" class="c"  ><font color="#CC0000">
   **</font></font>
 	(该密码将用于登录系统)</td>
      </tr>
		<tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right"><font size="2" class="c">密码确认&nbsp; </font></p>    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input type="password" name="rpass" size="13" maxlength="16"><font size="2" class="c"><font color="#CC0000"> **</font></font>
 	(重新输入一次您的密码)</td>
      </tr>
		<tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">密码提示&nbsp; </p>    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input type="text" name="rq" size="27" maxlength="27">
 <font size="2" class="c"><font color="#CC0000">** </font></font>(如:我是谁?) </td>
      </tr>
		<tr>
 <td width="143" height="25" bgcolor="#EBEBEB">     
   <p align="right">提示答案&nbsp; </p>    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input type="text" name="aq" size="27" maxlength="27"><font size="2" class="c"><font color="#CC0000"> **</font></font>
   (答案:我是我) </td>
      </tr>
      <tr>
 <td height="25" bgcolor="#EBEBEB" colspan="2">  
   &nbsp;非必填资料</td>
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">  
   <p align="right">真实姓名&nbsp;    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="ming" size="27" maxlength="100"> </td>    
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">  
   <p align="right">性&nbsp;&nbsp;&nbsp; 别&nbsp;    
 </td>
 <td height="25" bgcolor="#FFFFFF">
    <input type="radio" value="0" name="sex" checked>男     
      <input type="radio" value="1" name="sex">女&nbsp;</td>    
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">  
   <p align="right"><font size="2" class="c">我的公司&nbsp; </font></p>    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="url" size="27" maxlength="100"></td>    
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">我的部门&nbsp;    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="bumen" size="27" maxlength="100"></td>
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">我的职务&nbsp;    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="zhiwu" size="27" maxlength="100"></td>
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">我的电话&nbsp; </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="phone" size="27" maxlength="100"></td>
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">我的手机&nbsp;    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="mobile" size="27" maxlength="100"></td>
      </tr>
      <tr> 
 <td width="143" height="25" bgcolor="#EBEBEB">     
   <p align="right">电子<font size="2" class="c">邮件&nbsp; 
   </font></p>    
 </td>
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input maxlength="50" name="email" size="27"><font size="2" class="c"><font color="#CC0000"> </font>
   </font>(如:cgamez@163.com) </td>
      </tr>
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">个人<font size="2" class="c">简介&nbsp; </font></p>   
 </td>     
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<textarea rows="3" name="show" cols="54"></textarea></td>    
      </tr>
      <tr>
 <td height="25" bgcolor="#EBEBEB" colspan="2">    
   &nbsp;其他信息</td>     
      </tr>    
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">外页分页显示数&nbsp; </td>     
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="waifenye" size="27" maxlength="100" value="10"> 外页每页显示内容条数</td>    
      </tr>    
      <tr>
 <td width="143" height="25" bgcolor="#EBEBEB">    
   <p align="right">内页分页显示数&nbsp;   
 </td>     
 <td height="25" bgcolor="#FFFFFF">
   &nbsp;<input name="fenye" size="27" maxlength="100" value="10"> 内页每页显示内容条数</td>    
      </tr>    
      </table>   
    <br>

    <br>

 <font size="3" class="c" color="#000000">      
      <input type="submit" name="Submit" value="申请">&nbsp;&nbsp;&nbsp; 
      <input type="RESET" name="Reset0" value="还原"><input type="HIDDEN" name="action" value="RegSubmit">&nbsp; 
          </font>
      </center>
      </center>
    </div>
  </ul>              
</form>             
</body>       
</html>       

⌨️ 快捷键说明

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