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

📄 person_info.asp

📁 北京商务网
💻 ASP
📖 第 1 页 / 共 3 页
字号:
<%@ codepage ="936" %>
<!--#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>
<HTML><HEAD><TITLE>管理招聘信息.<%=WebName%></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="552">
<TBODY>
<TR>
<TD vAlign=top bgcolor="#F0F8FF" width="594" height="552">
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD height="18"><FONT color=#336699><B>&nbsp;</B></FONT>您的位置:<a href="../default.asp">首页</a>&gt;&gt;<a href="default.asp">人才市场</a>&gt;&gt;<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_info.asp" 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> 
<td width="35" style="color: #000; font-family: 宋体; font-size: 12px" height="21"><img border="0" src="../images/job_2.gif"></td> 
<td width="297" align=right style="color: #000; font-family: 宋体; font-size: 12px" height="21"><font color=#ff6600>【*为必填写】&nbsp;【<a href='javascript:show_sader(&quot;explanation.asp&quot;)'><font color=#ff6600>发布须知</font></a>】</td> 
</tr>
<tr>
<td bgcolor="#DEE9F3" colspan="4" width="707" style="color: #000; font-family: 宋体; font-size: 12px" height="46">
<div align="center">
<center>
<table border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber5" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">
<tr>
<td width="115" align="center" bgcolor="#DEE9F3" style="color: #000; font-family: 宋体; font-size: 12px">
用 户 名:</td> 
<td width="263" align="left" bgcolor="#DEE9F3" style="color: #000; font-family: 宋体; font-size: 12px">
<input type="text" size="20" class="f11" name="user"><font color=#ff6600> *</td>
<td width="103" bgcolor="#DEE9F3" style="color: #000; font-family: 宋体; font-size: 12px">
<p align="center">登录密码:</td>
<td width="194" bgcolor="#DEE9F3" style="color: #000; font-family: 宋体; font-size: 12px">
<input type="password" size="20" class="f11" name="pwd"><font color=#ff6600> 
*</td>
</tr>
</table>
</center>
</div>
</td> 
</tr>
<tr> 
<td width="36" bgcolor="#82AAD2" valign="top" style="color: #000; font-family: 宋体; font-size: 12px" height="21">
<p align="right"><img border="0" src="../images/job_1.gif"></td> 
<td width="342" bgcolor="#82AAD2" style="color: #000; font-family: 宋体; font-size: 12px" height="21">
<font color="#000080"><b>个人基本资料</b></font></td> 
<td width="35" style="color: #000; font-family: 宋体; font-size: 12px" height="21"><img border="0" src="../images/job_2.gif"></td> 
<td width="297" align=right style="color: #000; font-family: 宋体; font-size: 12px" height="21"> </td> 
</tr> 
<tr> 
<td bgcolor="#DEE9F3" colspan="4" width="707" style="color: #000; font-family: 宋体; font-size: 12px" height="158">
<div align="center">
<center>
<table border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber6" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF" height="79">
<tr>
<td width="115" align="center" bgcolor="#DEE9F3" style="color: #000; font-family: 宋体; font-size: 12px" height="18">
真实姓名:</td> 
<td width="263" align="left" bgcolor="#DEE9F3" style="color: #000; font-family: 宋体; font-size: 12px" height="18">
<input type="text" size="20" class="f11" name="iname"><font color=#ff6600>*</td>
<td width="103" bgcolor="#DEE9F3" style="color: #000; font-family: 宋体; font-size: 12px" height="18" align="center">
身份证号:</td>
<td width="195" bgcolor="#DEE9F3" style="color: #000; font-family: 宋体; font-size: 12px" height="18">

⌨️ 快捷键说明

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