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

📄 getjob.asp

📁 ASP创思招聘求职系统源代码
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<SCRIPT lanuage="javascript">
function checkdata()
{
 if(document.form_reg.user_name.value=="")
  {
     alert("请填写您的用户名!");
	 return false;
  }
 if(document.form_reg.pwd.value=="")
  {
     alert("请填写您的登录密码!");
	 return false;
  }
}
</SCRIPT>
<link rel="stylesheet" type="text/css" href="css/cdol.css">
<title>求职登录</title>
</head>
<body topmargin=0 marginheight=0 bgColor=#E6E5B8 text="#383098"> 
        <form method="post"  action="getjob0.asp" name=form_reg onsubmit="return checkdata()"> 
        <p> </p>
        <p> </p>
        <table border="0" align="center" cellpadding="0" cellspacing="0" width="231" dwcopytype="CopyTableRow" height="166"> 
          <tr>
            <td align="center" width="227" height="20" 
                    class="p3" colspan="2">请先填写登录信息</td> 
          </tr>
          <tr>
            <td align="center" width="78" height="17" 
                    class="p3">用户名称:</td> 
            <td width="149" height="17">  
            <input type="text" 
                    size="20" name="user_name" class="td" > 
                          </td></td> 
          </tr>
          <tr>
            <td align="center" width="78" height="13" 
                    class="p3">登录密码:</td> 
            <td width="149" height="13">  
            <input type="password" 
                    size="20" name="pwd" class="td" >
                    <input type="hidden" name="jobid" value="<%=Request("jobid")%>"> 
                          </td> 
          </tr>
          <tr> 
            <td align="right" width="78" height="15"
                    class="p3">
            <td width="149" height="15">
              <p align="center"><input type="submit" name="Submit"
                    value="提交" class="p3">
              <input         
                    type="reset" name="Submit2"         
                    value="重新填写" class="p3">         
              </p>   
            </td>         
          </tr>         
              
               
  </table>             
  </form> 
        <p align="center">为了使您能够得到及时、准确的反馈信息,需要您成为我们的注册用户,</p>
        <p align="center">如果您还没有注册,请点击下面的链结。</p>
        <p align="center"><a href="resume/postresu.htm" target="_blank">注册新用户</a></p>
        <p align="center"><a href="javascript:onClick= window.close()">关闭窗口</a></p> 
</body>   
  
</html>   










⌨️ 快捷键说明

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