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

📄 gradjobregister.asp

📁 功能齐全的oa系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
   <td width="1" bgcolor="#336600" height="1"><img src="images/space.gif" width="1" height="1"></td>
   <td align="middle" width="579" height="1"><img height="1" src="images/space.gif" width="579" border="0"></td>
   <td width="1" bgcolor="#336600" height="1"><img src="images/space.gif" width="1" height="1"></td>
   <td background="images/bg_l.gif" bgcolor="#e3ffc8" height="1"> </td>
  </tr>
  <tr>
   <td valign="top" align="middle" width="180" background="images/bg_l.gif" bgcolor="#f1f5e5">

    <!-- #include file="In_JobMenu.asp" --><br>
    <!-- #include file="In_JobSearch.asp" --><br>
    <br>
   </td>
   <td width="1" bgcolor="#336600"><img src="images/space.gif" width="1" height="1"></td>
   <td valign="top" align="middle" width="579" height="95%">
    <p> 
    <table cellspacing="0" cellpadding="2" width="95%" align="center" border="0">
     <tbody>
      <tr>
       <td width="100%"><img alt="风雨网络" src="images/myweb.gif" align="absMiddle" border="0" width="15" height="15"> 
        <a href="../">风雨网络</a> &gt; <a href="index.asp">人才网</a> &gt; 
        添加毕业生信息 第二步</td>
      </tr>
     </tbody>
    </table>
    <br>
    <table cellspacing="0" cellpadding="0" width="95%" align="center" border="0">
     <FORM name=GradJobReg method=post>
<% 
	FuncCode=""
	rs.Open "select * from JobFunction order by FunctionID",JobParams
	do while not rs.EOF
		FuncCode=FuncCode&rs("FunctionID")&","&rs("FunctionName")&";"
		rs1.Open "select * from JobSubFunction where FunctionID='"&rs("FunctionID")&"' order by SubFunctionID",JobParams
		do while not rs1.EOF
	             FuncCode=FuncCode&rs1("SubFunctionID")&","&rs1("SubFunctionName")&";"
		rs1.MoveNext
		loop
		rs1.close
	rs.MoveNext
	loop
	rs.close
%>
     <INPUT TYPE="HIDDEN" NAME="FuncCode" VALUE="<%=FuncCode%>">
     <tr>
      <td>
       <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
        <tbody>
         <tr bgcolor="#336600">
          <td height="1"></td>
         </tr>
        </tbody>
       </table>
       <table cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody>
         <tr>
          <td bgcolor="#669900" colspan="5" height="20"><b><font size="2" color="#FFFFFF">&nbsp;自我评价/求职意向</font></b></td>
         </tr>
        </tbody>
       </table>
       <table cellspacing="3" cellpadding="3" width="90%" border="0">
        <tbody>
         <tr>
          <td width="90%" colspan="2"><font color="#993300">请在下面输入框中输入您对自己的简短评价,字数在100字以内。请简明扼要的说明您最大的优势是什么,避免使用一些空洞、老套的话。&nbsp;</font></td>
         </tr>
         <tr>
          <td width="20%">范例1<a href="javascript:showMsg('1')"><img src="images/questions.gif" align="absMiddle" border="0" alt="点击查看"></a>
           <p>范例2<a href="javascript:showMsg('2')"><img src="images/questions.gif" align="absMiddle" border="0" width="16" height="13" alt="点击查看"></a></p>
          </td>
          <td width="80%"><textarea style="height: 100; width: 407" name="GradInfoAdd" cols="59" rows="1"><%=GradInfoAdd%></textarea></td>
         </tr>
        </tbody>
       </table>
       <table width="100%">
        <tbody>
         <tr>
          <td bgcolor="#ededed" height="20"><b>求职意向</b>
         </tr>
        </tbody>
       </table>
       <table cellpadding="3" width="90%" border="0">
        <tbody>
         <tr>
          <td width="20%"><font color="#993300">工作类型</font></td>
          <td width="80%" colspan="3"><select name="JobTypeID" size="1">
            <option value="0"<%if JobTypeID=0 then response.write " selected "%>>全职</option>
            <option value="1"<%if JobTypeID=1 then response.write " selected "%>>兼职</option>
            <option value="2"<%if JobTypeID=2 then response.write " selected "%>>实习</option>
            <option value="3"<%if JobTypeID=3 then response.write " selected "%>>全/兼职</option>
           </select></td>
         </tr>
         <tr>
          <td width="20%"><font color="#993300">行业 </font><img style="cursor:help" src="images/questions.gif" align="absmiddle" border="0" width="16" height="13" alt="选择左栏中的待选项(可以用Ctrl或shift多选),按添加按钮,右栏将显示您选中的选项。要删除右栏中已选择的选项,选中,并按删除键。"><br>
           <br>
           (可多选,<br>
           最多五项)</td>
          <td width="40%"><select style="WIDTH: 160px" multiple size="5" name="IndustryID">
            <option value="0000">---不限---</option>
<%	rs.Open "select * from Industry",JobParams
	do while not rs.EOF%>
            <option value="<%=rs("IndustryID")%>"><%=rs("IndustryName")%></option>
<%	rs.MoveNext
	loop
	rs.Close
%>
           </select></td>
          <td width="20%" align="center"><input onclick="JavaScript:AppendItem('IndustryID','SelectedIndustry[]')" type="button" value=" -&gt;&gt; " style="font-family: 宋体" class="button1"><br><img height="5" src="images/space.gif" width="1"><br>
           <input onclick="JavaScript:RemoveItem('SelectedIndustry[]')" type="button" value=" &lt;&lt;- " style="font-family: 宋体" class="button1"></td>
          <td width="40%"><select style="WIDTH: 160px" multiple size="5" name="SelectedIndustry[]">
<%if not isNull(IndustryIDs) then
	Jobs=Split(IndustryIDs,"|",-1, 1)
	n=UBound(Jobs)
	for nn=1 to n
		curIndustryID=right(Jobs(nn),2)
		rs.Open "select IndustryName from Industry where IndustryID='"&curIndustryID&"'",JobParams
		if not rs.eof then%>
		<option value="<%=curIndustryID%>"><%=rs("IndustryName")%></option>
<%		else%>
		<option value="0000">---不限---</option>
<%		end if
		rs.Close
	Next
end if
%>
           </select></td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr bgcolor="#000000">
          <td colspan="4" height="1"></td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr>
          <td width="20%" rowspan="2"><font color="#993300">职能 </font><img style="cursor:help" src="images/questions.gif" align="absMiddle" border="0" width="16" height="13" alt="为了便于选择,请先选择职能大类,然后进行和行业类似的其他操作。"><br>
           <br>
           (可多选,<br>
           最多五项)</td>
          <td width="40%"><select style="WIDTH: 160px" onchange="JavaScript:ChangeOption(this.name, 'SubFunctionID')" name="FunctionID">
            <option value="0000" selected>----请选择----</option>
<%	rs.Open "select * from JobFunction",JobParams
	do while not rs.EOF%>
            <option value="<%=rs("FunctionID")%>"><%=rs("FunctionName")%></option>
<%	rs.MoveNext
	loop
	rs.Close
%>
           </select></td>
          <td width="20%" rowspan="2" align="center"><input onclick="JavaScript:AddItem('SubFunctionID', 'SelectedFunction[]', 'FunctionID')" type="button" value=" -&gt;&gt; " style="font-family: 宋体" class="button1"><br><img height="5" src="images/space.gif" width="1"><br>
           <input onclick="JavaScript:DeleteItem('SelectedFunction[]')" type="button" value=" &lt;&lt;- " style="font-family: 宋体" class="button1"></td>
          <td width="40%" rowspan="2"><select style="WIDTH: 160px" multiple size="5" name="SelectedFunction[]">
<%if not isNull(JobFunctionIDs) then
	Jobs=Split(JobFunctionIDs,"|",-1, 1)
	n=UBound(Jobs)
	for nn=1 to n
	    curJobFunctionID=right(Jobs(nn),4)
	    if curJobFunctionID="0000" then%>
		<option value="0000">---不限---</option>
<%	    else
	    if right(curJobFunctionID,2)="00" then
		rs.Open "select FunctionName from JobFunction where FunctionID='"&curJobFunctionID&"'",JobParams
		if not rs.eof then%>
		<option value="<%=curJobFunctionID%>">---<%=rs("FunctionName")%>---</option>
<%		end if
		rs.Close
	    else
		rs.Open "select SubFunctionName from JobSubFunction where SubFunctionID='"&curJobFunctionID&"'",JobParams
		if not rs.eof then%>
		<option value="<%=curJobFunctionID%>"><%=rs("SubFunctionName")%></option>
<%		end if
		rs.Close
	    end if
	    end if
	Next
end if
%>
           </select></td>
         </tr>
         <tr>
          <td width="40%"><select style="WIDTH: 160px" multiple name="SubFunctionID" size="4">
           </select></td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr bgcolor="#000000">
          <td colspan="4" height="1"></td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr>
          <td width="20%" rowspan="2"><font color="#993300">地点 </font><img style="cursor:help" src="images/questions.gif" align="absMiddle" border="0" width="16" height="13" alt="选择左栏中的待选项(可以用Ctrl或shift多选),按添加按钮,右栏将显示您选中的选项。要删除右栏中已选择的选项,选中,并按删除键。"><br>
           <br>
           (可多选,<br>
           最多五项)</td>
          <td width="40%"><select style="WIDTH: 160px" multiple size="5" name="JobAreaID">
            <option value="0000">---不限---</option>
<%	rs.Open "select * from Province",JobParams
	do while not rs.EOF%>
       <option value="<%=rs("ProvID")%>"><%=rs("ProvName")%></option>
<%	if rs("ProvID")=2800 then
		rs1.Open "select * from City where ProvID='"&rs("ProvID")&"'",JobParams
		do while not rs1.EOF%>
       <option value="<%=rs1("CityID")%>">&nbsp;&nbsp;<%=rs1("CityName")%></option>

<%		rs1.MoveNext
		loop
		rs1.Close
	end if
	rs.MoveNext
	loop
	rs.Close
%>
           </select></td>
          <td width="20%" align="center"><input onclick="JavaScript:AppendItem('JobAreaID','SelectedArea[]')" type="button" value=" -&gt;&gt; " style="font-family: 宋体" class="button1"><br><img height="5" src="images/space.gif" width="1"><br>
           <input onclick="JavaScript:RemoveItem('SelectedArea[]')" type="button" value=" &lt;&lt;- " style="font-family: 宋体" class="button1"></td>
          <td width="40%"><select style="WIDTH: 160px" multiple size="5" name="SelectedArea[]">
<%if not isNull(JobAreaIDs) then
	Jobs=Split(JobAreaIDs,"|",-1, 1)
	n=UBound(Jobs)
	for nn=1 to n
	    curJobAreaID=right(Jobs(nn),4)
	    if curJobAreaID="0000" then%>
		<option value="0000">---不限---</option>
<%	    else
	    if right(curJobAreaID,2)="00" then
		rs.Open "select ProvName from Province where ProvID='"&curJobAreaID&"'",JobParams
		if not rs.eof then%>
		<option value="<%=curJobAreaID%>"><%=rs("ProvName")%></option>
<%		end if
		rs.Close
	    else
		rs.Open "select CityName from City where CityID='"&curJobAreaID&"'",JobParams
		if not rs.eof then%>
		<option value="<%=curJobAreaID%>"><%=rs("CityName")%></option>
<%		end if
		rs.Close
	    end if
	    end if
	Next
end if
%>
           </select></td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr bgcolor="#000000">
          <td colspan="4" height="1"></td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr>
          <td valign="top" width="20%"><font color="#993300">公司性质</font><br>
           <br>
           (可多选,<br>
           最多五项)</td>
          <td width="40%"><select style="WIDTH: 160px" multiple size="5" name="CompanyTypeID">
            <option value="0000">---不限---</option>
<%	rs.Open "select * from CompanyType",JobParams
	do while not rs.EOF%>
            <option value="<%=rs("CompanyTypeID")%>"><%=rs("CompanyTypeName")%></option>
<%	rs.MoveNext
	loop
	rs.Close
%>
           </select></td>
          <td width="20%" align="center"><input onclick="JavaScript:AppendItem('CompanyTypeID','SelectedComp[]')" type="button" value=" -&gt;&gt; " name style="font-family: 宋体" class="button1"><br><img height="5" src="images/space.gif" width="1"><br>
           <input onclick="JavaScript:RemoveItem('SelectedComp[]')" type="button" value=" &lt;&lt;- " name style="font-family: 宋体" class="button1"></td>
          <td width="40%"><select style="WIDTH: 160px" multiple size="5" name="SelectedComp[]">
<%if not isNull(CompanyTypeIDs) then
	Jobs=Split(CompanyTypeIDs,"|",-1, 1)
	n=UBound(Jobs)
	for nn=1 to n
		curCompanyTypeID=right(Jobs(nn),2)
		rs.Open "select CompanyTypeName from CompanyType where CompanyTypeID='"&curCompanyTypeID&"'",JobParams
		if not rs.eof then%>
		<option value="<%=curCompanyTypeID%>"><%=rs("CompanyTypeName")%></option>
<%		else%>
		<option value="0000">---不限---</option>
<%		end if
		rs.Close
	Next
end if
%>
           </select></td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr bgcolor="#000000">
          <td colspan="4" height="1"></td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr>
          <td width="20%"><font color="#993300">期望工资</font></td>
          <td width="80%" colspan="3"><select name="SalaryID">
            <option value="0"<%if SalaryID=0 then response.write " selected "%>>面议</option>
            <option value="1"<%if SalaryID=1 then response.write " selected "%>>1500以下</option>
            <option value="2"<%if SalaryID=2 then response.write " selected "%>>1500-1999</option>
            <option value="3"<%if SalaryID=3 then response.write " selected "%>>2000-2999</option>
            <option value="4"<%if SalaryID=4 then response.write " selected "%>>3000-4499</option>
            <option value="5"<%if SalaryID=5 then response.write " selected "%>>4500-5999</option>
            <option value="6"<%if SalaryID=6 then response.write " selected "%>>6000-7999</option>
            <option value="7"<%if SalaryID=7 then response.write " selected "%>>8000-9999</option>
            <option value="8"<%if SalaryID=8 then response.write " selected "%>>10000及以上</option>
           </select> /月</td>
         </tr>
         <tr height="5">
          <td colspan="4"></td>
         </tr>
         <tr bgcolor="#000000">
          <td colspan="4" height="1"></td>
         </tr>
        </tbody>
       </table>
       <p align="center">
       <input type="HIDDEN" name="Mode" value="<%=Mode%>">
       <input type="HIDDEN" name="UserID" value="<%=UserID%>">
       <input style="width: 80px; font-family: 宋体" onclick="JavaScript:ToPrev()" type="button" value="&lt;&lt;上一步" name="back" class="button1">&nbsp;&nbsp;&nbsp;&nbsp;
       <input style="width: 80px; font-family: 宋体" onclick="JavaScript:ToGo()" type="button" value="下一步&gt;&gt;" name="continue" class="button1"></p>
      </td>
     </tr>
     </FORM>
    </table>
    <p> 
    <table cellspacing="0" cellpadding="2" width="95%" align="center" border="0">
     <tr>
      <td></td>
      <td align="right">所有时间均为北京时间,现在时间是[<%=ChkDateTime(now(),"mmdd","hhmm")%>]。</td>
     </tr>
    </table>
    <br>
   </td>
   <td width="1" bgcolor="#336600"><img src="images/space.gif" width="1" height="1"></td>
   <td width="100%" background="images/bg_l.gif" bgcolor="#f1f5e5"><img height="520" src="images/space.gif" width="100%"></td>
  </tr>
 </tbody>
</table>
<!-- #include file="Low.asp" -->

</body>

</html>

⌨️ 快捷键说明

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