www.gusucode.com > 528人才招聘网整站源代码-蓝色经典 精简版 2.0源码程序 > reglogin_gr.asp

    <!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css"  type="text/css">
<style type="text/css">
<!--
.STYLE1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.STYLE2 {
	font-size: 18px;
	font-weight: bold;
}
.STYLE3 {
	color: #FF0000;
	font-weight: bold;
}
.STYLE4 {
	color: #006633;
	font-size: 16px;
}
-->
</style>
</head>

<body>

  <p>
  <script language=javascript>
  function test()
  {
      if (document.form1.name.value==""){
	      alert("请输入用户名!")
		  document.form1.name.focus();
		  return false
		    }
	  if (document.form1.pwd.value==""){
	      alert("请输入密码!");
		  document.form1.pwd.focus();
		  return false
		  } 
		  if (document.form1.code.value==""){
	      alert("请输入验证码!");
		  document.form1.code.focus();
		  return false
		  } 
		   if (document.form1.user.value=="0"){
	      alert("请选择会员类别!");
		  document.form1.user.focus();
		  return false
		  }
		  return true
  }
  function reset_form()
  {
   document.form1.name.value="";
   document.form1.pwd.value="";
   document.form1.user.value="";
   document.form1.name.focus;
  }
  </script>
  <strong><br>
  <span class="STYLE4">您已成功注册成本站个人用户,请您重新登录继续完成你的个人信息录入!</span></strong><br>
  <br>
</p>
  <p><span class="STYLE1">个人用户快速登录窗口</span></p>
<table width="390" border="1" align="center" cellspacing="0" bgcolor="#FFCCFF">
                                  <tr>
                                    <td height="211"><form method="POST" name="form1" action="login_gr.asp" onSubmit="return test()">
									<table border="0" width="193" cellspacing="0" cellpadding="0" id="table4">
										<tr>
											<td height="30" width="167" align="center">
											用户名:</td>
											<td height="30" width="213" align="center">
										  <input name="name" size="16" style="float: left"></td>
										</tr>
										<tr>
											<td height="30" width="167" align="center">
											密&nbsp; 码:</td>
											<td height="30" width="213" align="center">
										  <input type="password" name="pwd" size="16" style="float: left"></td>
										</tr>
										<tr>
											<td height="30" width="167" align="center">
											验证码:</td>
											<td height="30" width="213" align="center">
										  <input name="code" size="4" style="float: left; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"><%call getcode()%></td>
										</tr>
										<tr>
											<td height="30" width="167" align="center">
											类&nbsp; 型:</td>
											<td height="30" width="213" align="center">
											<p align="left">
											<select size="1" name="user">
											
											<option value="1">个人用户</option>
										  </select></td>
										</tr>
										<tr>
											<td height="30" align="center" colspan="2">
											<INPUT type=image src=images/dl.gif name="dl">&nbsp;
										  <a href="search_pwd1.asp"><img border="0" src="images/pass.gif" width="77" height="21"></a></td>
										</tr>
								  </form></td>
                                  </tr>
</table><br>
					
<span class="STYLE3">提示:只有全部输入你的个人资料,招聘方才能在自己的搜索窗口中使用条件搜索找到你的资料!!</span><br>
(如按工作地区、职位、年龄、技能、政治面貌... ...。)
<p><a href="exit.asp" class="STYLE2">返回首页</a></p>
</body>

</html>