📄 person.asp
字号:
<%@ codepage ="936" %><% if session("puid")="" thenresponse.redirect "person_login.asp"end if %><!--#include file="head.asp"--><script LANGUAGE="JavaScript">function check(){if (document.Form1.user.value==""){alert("你的帐号不能为空")document.Form1.user.focus()document.Form1.user.select()return}if (document.Form1.pwd.value==""){alert("你的密码不能为空")document.Form1.pwd.focus()document.Form1.pwd.select()return}if (document.Form1.iname.value==""){alert("你的姓名不能为空")document.Form1.iname.focus()document.Form1.iname.select()return}if (document.Form1.sfz.value==""){alert("你的身份证号不能为空")document.Form1.sfz.focus()document.Form1.sfz.select()return}if (isNaN(Form1.sfz.value)){alert("身份证号码只能填数字!");Form1.sfz.focus(); return (false);}if (document.Form1.bday.value==""){alert("出生日期不能为空")document.Form1.bday.focus()document.Form1.bday.select()return}if (document.Form1.sg.value==""){alert("你的身高不能为空")document.Form1.sg.focus()document.Form1.sg.select()return}if (document.Form1.zchen.value==""){alert("请选择你的职称")document.Form1.zchen.focus()document.Form1.zchen.select()return}if (isNaN(Form1.sg.value)){alert("你的身高只能填数字!");Form1.sg.focus(); return (false);}if (document.Form1.zye.value==""){alert("所学专业不能为空")document.Form1.zye.focus()document.Form1.zye.select()return} if (document.Form1.edu.value==""){alert("最高学历不能为空")document.Form1.edu.focus()document.Form1.edu.select()return} if (document.Form1.school.value==""){alert("毕业院校不能为空")document.Form1.school.focus()document.Form1.school.select()return} if (document.Form1.bydate.value==""){alert("毕业时间不能为空")document.Form1.bydate.focus()document.Form1.bydate.select()return} if (document.Form1.job.value==""){alert("欲求职位不能为空")document.Form1.job.focus()document.Form1.job.select()return} if (document.Form1.job1.value==""){alert("请选择岗位类型")document.Form1.job1.focus()document.Form1.job1.select()return} if (document.Form1.content.value==""){alert("个人简历不能为空")document.Form1.content.focus()document.Form1.content.select() return}if (document.Form1.name.value==""){alert("联系人不能为空")document.Form1.name.focus()document.Form1.name.select()return} if (document.Form1.phone.value==""){alert("联系电话不能为空")document.Form1.phone.focus()document.Form1.phone.select()return} if (document.Form1.city.value==""){alert("所属城市不能为空")document.Form1.city.focus()document.Form1.city.select()return} if (document.Form1.country.value==""){alert("所属区域请选择")document.Form1.country.focus()document.Form1.country.select()return} if (document.Form1.email.value==""){alert("电子邮件不能为空")document.Form1.email.focus()document.Form1.email.select()return} if (document.Form1.address.value==""){alert("联系地址不能为空")document.Form1.address.focus()document.Form1.address.select()return} document.Form1.submit()}</SCRIPT><script language="javascript">function show_sader(mylink){window.open(mylink,'','top=50,left=50,width=430,height=450,scrollbars=no')}</script><% user=session("puid")Set rs = Server.CreateObject("ADODB.Recordset")sql="select * from person where id ="&request("id")rs.open sql,conn,1,1%><HTML><HEAD><TITLE>修改求职简历</TITLE><LINK href="../css/Style.css" rel=stylesheet type=text/css></HEAD><BODY bgColor=#ffffff text=#000000 topMargin=0 marginheight="0"><div align="center"><center><table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="750" id="AutoNumber1" cellspacing="0"><tr><td width="750" valign="top" height="5"></td></tr></table></center></div><CENTER><TABLE border=0 cellPadding=0 cellSpacing=0 width=750 style="border-collapse: collapse" bordercolor="#111111" height="583"><TBODY><TR><TD vAlign=top bgcolor="#F0F8FF" width="594" height="583"><TABLE border=0 cellPadding=0 cellSpacing=0 width="100%"><TBODY><TR><TD height="18"><FONT color=#336699><B> </B></FONT>您的位置:<a href="../default.asp">首页</a>>><a href="default.asp">人才市场</a>>><font color="#FF0000">修改求职简历</font></TD></TR><TR><TD><div align="center"><center><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber3"><tr><TD align=middle width="637" style="color: #000; font-family: 宋体; font-size: 12px"><center><form method="POST" action="psave_Edit.asp?id=<%=rs("id")%>" name="Form1"><table border="0" width="579" cellspacing="0" cellpadding="0" height="540"> <tr><td width="36" bgcolor="#82AAD2" valign="top" style="color: #000; font-family: 宋体; font-size: 12px" height="21"><img border="0" src="../images/job_1.gif" align="right"></td> <td width="342" bgcolor="#82AAD2" style="color: #000; font-family: 宋体; font-size: 12px" height="21"><font color="#000080"><b>个人注册信息</b></font></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -