📄 r_resume.asp.bak
字号:
</tr>
<tr>
<td class="td1">籍 贯:</td>
<td colspan="3">
<SELECT name="selProv" size="1" id="selProv" onChange="changelocation(this[this.options.selectedIndex].value,myform.selCity)">
<%
rs5.open "select * from prov order by prov_id",conn,1,1
if rs5.eof and rs5.bof then
response.write "请先添加栏目。"
'response.end
else
%>
<option selected value="<%=rs5("prov_id")%>"><%=trim(rs5("prov_name"))%></option>
<% dim selclass1
selclass1=rs5("prov_id")
rs5.movenext
do while not rs5.eof
%>
<option value="<%=rs5("prov_id")%>"><%=trim(rs5("prov_name"))%></option>
<%
rs5.movenext
loop
End if
rs5.close
%>
</SELECT> 省
<select name="selCity" length=6>
<%rs5.open "select * from city where prov_id="&selclass1 ,conn,1,1
if not(rs5.eof and rs5.bof) then
%>
<option selected value="<%=rs5("city_id")%>"><%=rs5("city_name")%></option>
<% rs5.movenext
do while not rs5.eof%>
<option value="<%=rs5("city_id")%>"><%=rs5("city_name")%></option>
<% rs5.movenext
loop
End if
rs5.close
%></select>
市 </td>
<td colspan="2"> </td>
</tr>
<tr>
<td class="td1">现在住址:</td>
<td colspan="3"><input type="text" name="txtAddress" size=40 datatype="CEN" msg="现在住址输入非法字符!">(*请填写详细地址)</td>
<td width="12%" class="td1">邮 编:</td>
<td width="12%"><input type="text" name="txtPostcode" datatype="Zip" msg="邮编格式输入错误!"></td>
</tr>
<tr>
<td class="td1">手机号码:</td>
<td><input type="text" name="txtMobile" size=16 datatype="Mobile" msg="手机号码格式输入错误!"></td>
<td class="td1">住宅电话:</td>
<td><input type="text" name="txtPhone" size=16 datatype="Phone" msg="住宅电话格式输入错误!"></td>
<td class="td1">电子邮箱:</td>
<td><input type="text" name="txtEmail" datatype="Email" msg="邮箱格式输入错误!"></td>
</tr>
<tr>
<td class="td1">备 注:</td>
<td colspan="5"><textarea name="txtaRemark" cols="50" rows="3" onBlur="testlen(this,80,0)"></textarea></td>
</tr>
<tr align="center">
<td colspan="6"> <input type="submit" name="Submit" value="提交" class="button"> <input name="reset" type="reset" id="reset" value="重置" class="button"></td>
</tr>
</table>
</form>
<%end if%>
<%case 5
dim intResId
intResId=trim(Request.QueryString("resid"))
rs.Open "select * from resume where resume_id="&intResId,conn,3,3
%>
<form name="form1" method="post" action="R_resume_save.asp?stage=0&action=edit&resid=<%=rs("resume_id")%>" onSubmit="return Validator.Validate(this,2)">
<table width="90%" border="1" align="center">
<tr>
<td colspan="6" align="center" bgcolor=PaleTurquoise>简历修改</td>
</tr>
<tr> <td >简历编号:</td>
<td ><%=rs("resume_id")%></td>
<td>招聘计划编号:</td>
<td colspan="3"><select name="invite_id">
<%
're1.Open "select invite_id from invite where invite_stage='已发布'",conn,3,3
if rs1.BOF and rs1.EOF then%>
<option value="<%=rs("invite_id")%>"><%=rs("invite_id")%></option>
<%else
do while not rs1.eOF%>
<option value="<%=rs1("invite_id")%>"
<%if rs1("invite_id")=rs("invite_id") then response.write "selected" end if%>><%=rs1("invite_id")%></option>
<%rs1.MoveNext
loop
end if
rs1.Close
set rs1=nothing
%>
</select></td>
</tr>
<tr>
<td width="12%">姓 名:</td>
<td width="18%"><input type="text" name="txtName" size=10 value="<%=rs("resume_pname")%>" datatype="CEN" msg="姓名输入非法字符!"></td>
<td width="12%">性 别:</td>
<td width="25%"><input type="radio" name="radSex" value="男" <%if rs("resume_psex")="男" then Response.Write "checked" end if%>>
男
<input type="radio" name="radSex" value="女" <%if rs("resume_psex")="女" then Response.Write "checked" end if%>>
女</td>
<td width="12%">出生日期:</td>
<td width="25%"><input type="text" name="txtBirthday" value="<%=rs("resume_pbirthday")%>" onFocus="javascript:ShowCalendar(this.name)" dataType="Date" msg="出生日期格式应如:2006-11-15!"> </td>
</tr>
<tr>
<td>民 族:</td>
<td><input type="text" name="txtNation" size="12" value="<%=rs("resume_pnation")%>" datatype="CEN" msg="民族输入非法字符!"></td>
<td>学 历:</td>
<td><select name="selEducDegree">
<option value="初中" >初中</option>
<option value="高中" <%if rs("resume_peduc")="高中" then Response.Write "selected" end if%>>高中</option>
<option value="中专" <%if rs("resume_peduc")="中专" then Response.Write "selected" end if%>>中专</option>
<option value="大专" <%if rs("resume_peduc")="大专" then Response.Write "selected" end if%>>大专</option>
<option value="本科" <%if rs("resume_peduc")="本科" then Response.Write "selected" end if%>>本科</option>
<option value="硕士" <%if rs("resume_peduc")="硕士" then Response.Write "selected" end if%>>硕士</option>
<option value="博士" <%if rs("resume_peduc")="博士" then Response.Write "selected" end if%>>博士</option>
</select></td>
<td>毕业院校:</td>
<td><input type="text" name="txtGraduateSchool" size=24 value="<%=rs("resume_graduate")%>" datatype="CEN" msg="毕业院校输入非法字符!"></td>
</tr>
<tr>
<td>政治面貌:</td>
<td><input type="text" name="txtPolitical" size=16 value="<%=rs("resume_political")%>" datatype="CEN" msg="政治面貌输入非法字符!"></td>
<td>婚姻状况:</td>
<td><input type="radio" name="radMarry" value="已婚" <%if rs("resume_pmarry")="已婚" then Response.Write "checked" end if%>>
已婚
<input type="radio" name="radMarry" value="未婚" <%if rs("resume_pmarry")="未婚" then Response.Write "checked" end if%>>
未婚
<input type="radio" name="radMarry" value="离异" <%if rs("resume_pmarry")="离异" then Response.Write "checked" end if%>>
离异 </td>
<td>所学专业:</td>
<td><input type="text" name="txtMajor" size=24 value="<%=rs("resume_pmajor")%>" datatype="CEN" msg="专业输入非法字符!"></td>
</tr>
<tr>
<td>籍 贯:</td>
<td colspan="3"><select name="selProv"><option></select>
省
<input type="text" name="txtCity" size="16">
市 </td>
<td>身份证号码:</td>
<td><input type="text" name="txtIdCode" value="<%=rs("resume_idcode")%>" datatype="IdCard" msg="身份证号格式输入错误!"></td>
</tr>
<tr>
<td>现在住址:</td>
<td colspan="3"><input type="text" name="txtAddress" size=40 value="<%=rs("resume_faddress")%>" datatype="CEN" msg="现在住址输入非法字符!">(*请填写详细地址)</td>
<td width="12%">邮 编:</td>
<td width="12%"><input type="text" name="txtPostcode" value="<%=rs("resume_postcode")%>" datatype="Zip" msg="邮编格式输入错误!"></td>
</tr>
<tr>
<td>手机号码:</td>
<td><input type="text" name="txtMobile" size=16 value="<%=rs("resume_mphone")%>" datatype="Mobile" msg="手机号码格式输入错误!"></td>
<td>住宅电话:</td>
<td><input type="text" name="txtPhone" size=16 value="<%=rs("resume_fphone")%>" datatype="Phone" msg="住宅电话格式输入错误!"></td>
<td>电子邮箱:</td>
<td><input type="text" name="txtEmail" value="<%=rs("resume_email")%>" datatype="Email" msg="邮箱格式输入错误!"></td>
</tr>
<tr>
<td>备 注:</td>
<td colspan="5"><textarea name="txtaRemark" cols="50" rows="6"value="<%=rs("resume_remark")%>" onBlur="testlen(this,80,0)"></textarea></td>
</tr>
<tr align="center">
<td colspan="6"> <input type="submit" name="Submit" value="修改"> <input name="reset" type="button" id="reset" value="返回" onClick="javascript:history.go(-1);"></td>
</tr>
</table>
</form>
<%end select%>
<!--#include file="../Include/bottom.asp"-->
<!--内容结束-->
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -