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

📄 reg.asp

📁 人才招聘系统,用asp做的
💻 ASP
字号:
<%
dim startime
dim output,num
startime=timer()
Function gen_key(digits)
dim char_array(50)
char_array(0) = "0"
char_array(1) = "1"
char_array(2) = "2"
char_array(3) = "3"
char_array(4) = "4"
char_array(5) = "5"
char_array(6) = "6"
char_array(7) = "7"
char_array(8) = "8"
char_array(9) = "9"
char_array(10) = "a"
char_array(11) = "b"
char_array(12) = "c"
char_array(13) = "d"
char_array(14) = "e"
char_array(15) = "f"
char_array(16) = "g"
char_array(17) = "h"
char_array(18) = "i"
char_array(19) = "j"
char_array(20) = "k"
char_array(21) = "l"
char_array(22) = "m"
char_array(23) = "n"
char_array(24) = "o"
char_array(25) = "p"
char_array(26) = "q"
char_array(27) = "r"
char_array(28) = "s"
char_array(29) = "t"
char_array(30) = "u"
char_array(31) = "v"
char_array(32) = "w"
char_array(33) = "x"
char_array(34) = "y"
char_array(35) = "z"
randomize
do while len(output) < digits
num = char_array(Int((35 - 0 + 1) * Rnd + 0))
output = output + num
loop
gen_key = output
End Function
%>
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>免费注册-个人会员</title>
<link rel="stylesheet" type="text/css" href="../1.css">
</head>
<script language="javascript" src="../checkForm.js"></script>
<body topmargin="0" leftmargin="0">
<!--#include file=top.asp-->
<div align="center">
  <center>
  <table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="770" bgcolor="#FFFFFF">
    <tr>
      <td width="100%">
      <p style="line-height: 19px; margin-left: 30px">
      <font face="Verdana" style="font-size: 11px; font-weight: 700"><br>
		Welcome!</font> 
      欢迎注册免费求职会员<br>
      &nbsp;&nbsp;&nbsp; 
      我们的免费、实用性的服务将助您轻松寻找适合自己的工作,并且是无限期的使用。在使用各项服务的任何过程中都不需要支付费用。加入我们的免费会员也十分简单:只需注册您的帐号及您的个人履历表!<br>
		</p>
      </td>
    </tr>
  </table>
  </center>
</div>

<div align="center">
  <center>
  <table border="0" borderColor="#111111" cellPadding="0" style="border-collapse: collapse" width="770" bgcolor="#FFFFFF">
    <tr>
      <td> </td>
    </tr>
    <tr>
      <td>
      <table align="center" border="0" cellPadding="0" cellSpacing="0" width="438" height="214" style="border:2px solid #CE3131">
      <form action="reg1.asp" name="reg" onsubmit="return checkForm();" method="POST">
      <tr>
        <td height="20" width="438" align="left" colspan="2" bgcolor="#CE3131">
        <font color="#FFFFFF">&nbsp;&nbsp; 注册个人会员</font></td>
      </tr>
      <tr>
        <td height="20" width="438" align="right" colspan="2">
         </td>
      </tr>
      <tr>
        <td height="20" width="160" align="right">
        登陆帐号:</td>
        <td height="20" width="278">
        &nbsp;<input type="text" name="username" size="20" valueType="string" objName="登陆帐号" mustInput="true"> <font color="#CC0000">* 
        登陆帐号</font></td>
      </tr>
      <tr>
        <td height="20" width="160" align="right">
        电子邮件:</td>
        <td height="20" width="278">
        &nbsp;<input type="text" name="useremail" size="20" valueType="email" objName="电子邮件" mustInput="true"> <font color="#CC0000">
        * 必须是有效的地址</font></td>
      </tr>
      <!--tr>
        <td height="20" width="438" colspan="2" style="">
        <p align="center">是否订阅本站人力资源杂志?&nbsp;
        <input type="radio" value="1" name="zazhi" checked>是 
        <input type="radio" value="0" name="zazhi">否<input type="hidden" name="password1" size="3" maxlength="15" value="<%=gen_key(8)%>"><input type="hidden" name="password2" size="3" maxlength="15" value="<%=gen_key(8)%>"></td>
      </tr-->
      <tr>
        <td height="20" width="160" align="right">
        登陆密码:</td>
        <td height="20" width="278">
        &nbsp;<input type="password" name="password1" size="20" valueType="string" objName="登陆密码" mustInput="true"> <font color="#CC0000">* 
        不少于6位</font></td>
      </tr>
      <tr>
        <td height="20" width="160" align="right">
        确认密码:</td>
        <td height="20" width="278">
        &nbsp;<input type="password" name="password2" size="20" valueType="string" objName="确认密码" mustInput="true"><font color="#CC0000"> * 
        重输登陆密码</font></td>
      </tr>
      <tr>
        <td height="20" width="179">
        <p align="center">
         </td>
        <td height="20" width="259">
        <p align="center">
        <input type=submit src="../images/reg.gif" name="I1" value="提交到下一步"></td>
      </tr>
      <tr>
        <td height="1" colspan="2" width="438">
        <b><font color="#FF6600">&nbsp; 注意</font></b>:电子邮件地址必须填写正确才能收到登陆密码,登陆后可修改密码!<br>
 </td>
      </tr>
      </form>
    </table>
      </td>
    </tr>
    <tr>
      <td height="150"></td>
    </tr>
  </table>
  </center>
</div>
<!--#include file="../copyright.asp"-->
</body>

</html>

⌨️ 快捷键说明

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