AP_Resume_WorkExp.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:6k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <!--#include file="../../../FS_Inc/Const.asp" -->
  2. <!--#include file="../../../FS_Inc/Function.asp" -->
  3. <!--#include file="../../../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="cls_resume.asp"-->
  5. <%
  6. Response.Charset="GB2312"
  7. session("resumeStep")="baseinfo"
  8. Dim resumeObj,id,Conn,action
  9. MF_Default_Conn
  10. id=trim(NoSqlHack(request.QueryString("id")))
  11. action=trim(NoSqlHack(request.QueryString("action")))
  12. Set resumeObj=New cls_resume
  13. if id<>"" then call resumeObj.getResumeInfo("workexp",id)
  14. Conn.close
  15. Set Conn=nothing
  16. %>
  17. <form name="WorkExpForm" action="" method="post">
  18. <table width="100%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  19.   <tr>
  20.     <td width="19%" align="right" class="hback">开始时间:</td>
  21.     <td width="81%" class="hback"><input name="txt_BeginDate" type="text" id="txt_BeginDate"  value="<%=resumeObj.wBeginDate%>" style="width:60%" 
  22. onfocus="new Form.Element.Observer('txt_BeginDate',1,function(){Do.these('txt_BeginDate',function(){return isEmpty('txt_BeginDate','emptyAlert')&&valiateDate('txt_BeginDate','emptyAlert')})});setday(this)" 
  23. onBlur="Do.these('txt_BeginDate',function(){return isEmpty('txt_BeginDate','emptyAlert')&&valiateDate('txt_BeginDate','emptyAlert')})" /><span id="emptyAlert"></span><span id="invaliateDate"></span></td>
  24.   </tr>
  25.   <tr>
  26.     <td align="right" class="hback">结束时间:</td>
  27.     <td class="hback"><input name="txt_EndDate" type="text" id="txt_EndDate" value="<%=resumeObj.wEndDate%>" style="width:60%" 
  28. onfocus="new Form.Element.Observer('txt_EndDate',1,function(){Do.these('txt_EndDate',function(){return valiateDate('txt_EndDate','_emptyAlert')})});setday(this)" 
  29. onBlur="Do.these('txt_EndDate',function(){return valiateDate('txt_EndDate','_emptyAlert')})" 
  30. /><span id="_emptyAlert"></span><span id="_invaliateDate"></span></td>
  31. </td>
  32.   </tr>
  33.   <tr>
  34.     <td align="right" class="hback">公司名称:</td>
  35.     <td class="hback"><input name="txt_CompanyName" type="text" id="txt_CompanyName" value="<%=resumeObj.CompanyName%>" style="width:60%" 
  36. onfocus="Do.these('txt_CompanyName',function(){return isEmpty('txt_CompanyName','companyAlert')})"
  37. onKeyUp="Do.these('txt_CompanyName',function(){return isEmpty('txt_CompanyName','companyAlert')})"/><span id="companyAlert"></span></td>
  38.   </tr>
  39.   <tr>
  40.     <td align="right" class="hback">公司性质:</td>
  41.     <td class="hback"><select name="sel_CompanyKind" id="sel_CompanyKind">
  42.       <option value="1" <%if resumeObj.CompanyKind="1" then Response.Write("selected")%>>外商独资(欧美企业)</option>
  43.       <option value="2" <%if resumeObj.CompanyKind="2" then Response.Write("selected")%>>外商独资(非欧美企业)</option>
  44.       <option value="3" <%if resumeObj.CompanyKind="3" then Response.Write("selected")%>>合资/合作(欧美企业)</option>
  45.       <option value="4" <%if resumeObj.CompanyKind="4" then Response.Write("selected")%>>合资/合作(非欧美企业</option>
  46.       <option value="5" <%if resumeObj.CompanyKind="5" then Response.Write("selected")%>>国营企业(上市公司)</option>
  47.       <option value="6" <%if resumeObj.CompanyKind="6" then Response.Write("selected")%>>国营企业(非上市公司)</option>
  48.       <option value="7" <%if resumeObj.CompanyKind="7" then Response.Write("selected")%>>民营/私营企业/非上市公司</option>
  49.       <option value="8" <%if resumeObj.CompanyKind="8" then Response.Write("selected")%>>外企代表处</option>
  50.       <option value="9" <%if resumeObj.CompanyKind="9" then Response.Write("selected")%>>其它</option>
  51.     </select>
  52.     </td>
  53.   </tr>
  54.   <tr>
  55.     <td align="right" class="hback">行业:</td>
  56.     <td class="hback"><input name="txt_Trade" type="text" id="txt_Trade" style="width:60%" value="<%=resumeObj.Trade%>" onfocus="this.className='RightInput'"/></td>
  57.   </tr>
  58.   <tr>
  59.     <td align="right" class="hback">职位:</td>
  60.     <td class="hback"><input name="txt_Job" type="text" id="txt_Job" value="<%=resumeObj.Job%>" style="width:60%"
  61. onfocus="Do.these('txt_Job',function(){return isEmpty('txt_Job','span_Job')})"
  62. onKeyUp="Do.these('txt_Job',function(){return isEmpty('txt_Job','span_Job')})"
  63. /><span id="span_Job"></span></td>
  64.   </tr>
  65.   <tr>
  66.     <td align="right" class="hback">部门:</td>
  67.     <td class="hback"><input name="txt_Department" type="text" id="txt_Department"  value="<%=resumeObj.Department%>" style="width:60%" onfocus="this.className='RightInput'"/></td>
  68.   </tr>
  69.   <tr>
  70.     <td align="right" class="hback">工作描述:</td>
  71.     <td class="hback"><textarea name="txt_Description" rows="10" id="txt_Description" style="width:60%" onfocus="this.className='RightInput'"><%=resumeObj.workDescription%></textarea></td>
  72.   </tr>
  73.   <tr>
  74.     <td align="right" class="hback">证明人:</td>
  75.     <td class="hback">
  76. <input name="txt_Certifier" type="text" id="txt_Certifier" value="<%=resumeObj.Certifier%>" style="width:60%"
  77. onfocus="Do.these('txt_Certifier',function(){return isEmpty('txt_Certifier','span_certifier')})"
  78. onKeyUp="Do.these('txt_Certifier',function(){return isEmpty('txt_Certifier','span_certifier')})"
  79. /><span id="span_certifier"></span></td>
  80.   </tr>
  81.   <tr>
  82.     <td align="right" class="hback">证明人联系方式:</td>
  83.     <td class="hback">
  84. <input name="txt_CertifierTel" type="text" id="txt_CertifierTel" value="<%=resumeObj.CertifierTel%>" style="width:60%"
  85. onfocus="Do.these('txt_CertifierTel',function(){return isEmpty('txt_CertifierTel','span_certifiertel')})"
  86. onKeyUp="Do.these('txt_CertifierTel',function(){return isEmpty('txt_CertifierTel','span_certifiertel')})"
  87. /><span id="span_certifiertel"></span>
  88. </td>
  89.   </tr>
  90.   <tr>
  91.     <td class="hback">&nbsp;</td>
  92.     <td class="hback">
  93. <input type="submit" name="SubmitButton" value="保存/下一步" onclick="ajaxPost('AP_Resume_Action.asp', Form.serialize('WorkExpForm'),'WorkExpForm','<%=action%>','<%=id%>');"/>
  94. &nbsp;&nbsp;
  95. <input type="reset" name="resetButton" value="重 设" onClick="javascript:if(confirm('确认清空所有表单输入?')){$('IntentionForm').reset();}else{return false;}" /> </td>
  96.   </tr>
  97. </table>
  98. </form>