?? resume.asp
字號:
<!--#include file="../include/connstr.asp"-->
<!--#include file="../include/DefFunction.asp"-->
<% if request("cur_action")="addsave" then
sql_addsave="insert into tResume(Job,TrueName,Sex,Birthday,Marry,Stature,Tel,Email,Address,Postcode,Code,Edu,School,Graduate,Professional,Glory,WorkAge,Success,Experience,Invent,Language,Computer,Letter,Speciality,Work,Wage,AddTime,ReadFlag) values('"&MyRequest(request("T_Job"))&"','"&MyRequest(request("T_TrueName"))&"','"&MyRequest(request("R_Sex"))&"','"&request("S_BYear")&"年"&request("S_BMonth")&"月"&request("S_BDay")&"日','"&MyRequest(request("R_Marry"))&"','"&MyRequest(request("T_Stature"))&"','"&MyRequest(request("T_Tel"))&"','"&MyRequest(request("T_Email"))&"','"&MyRequest(request("T_Address"))&"','"&MyRequest(request("T_Postcode"))&"','"&MyRequest(request("T_Code"))&"','"&MyRequest(request("T_Edu"))&"','"&MyRequest(request("T_School"))&"','"&request("S_GYear")&"年"&request("S_GMonth")&"月"&request("S_GDay")&"日','"&MyRequest(request("T_Professional"))&"','"&MyRequest(request("T_Glory"))&"','"&MyRequest(request("T_WorkAge"))&"','"&MyRequest(request("T_Success"))&"','"&MyRequest(request("T_Experience"))&"','"&MyRequest(request("T_Invent"))&"','"&MyRequest(request("T_Language"))&"','"&MyRequest(request("T_Computer"))&"','"&MyRequest(request("T_Letter"))&"','"&MyRequest(request("T_Speciality"))&"','"&MyRequest(request("T_Work"))&"','"&MyRequest(request("T_Wage"))&"','"&now()&"',0)"
conn.execute sql_addsave
response.write "<script>alert('歡迎加盟誠一,你的應聘已經成功發送!');location.replace('Resume.asp');</script>"
response.end
end if
%>
<html>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>浙江永嘉誠一閥門有限公司</title>
<style type="text/css">
<!--
body {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="../include/mycss.css" rel="stylesheet" type="text/css">
<!-- 浮動層的開始 -->
<SCRIPT language=javascript>
var delta=0.15
var collection;
function floaters() { //添加層的子程序
this.items = [];
this.addItem = function(id,x,y,content)
{
document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute; width:100px; height:240px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');
var newItem = {};
newItem.object = document.getElementById(id);
newItem.x = x;
newItem.y = y;
this.items[this.items.length] = newItem;
}
this.play = function()
{
collection = this.items
setInterval('play()',10);
}
}
function play() //調整層的位置
{
for(var i=0;i<collection.length;i++)
{
var followObj = collection[i].object;
var followObj_x = (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
var followObj_y = (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);
if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
followObj.style.left=followObj.offsetLeft+dx;
}
if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
followObj.style.top=followObj.offsetTop+dy;
}
followObj.style.display = '';
}
}
var theFloaters = new floaters();
theFloaters.addItem('followDiv2',900,100,'<img src=../images/right.jpg usemap="#Map1111111111111" border=0>'); //層名,位置X,位置Y,內容
theFloaters.play();
</SCRIPT>
<!-- 浮動層的結束 -->
</head>
<script src="../Include/JChar.js"></script>
<script language="JavaScript">
function check_data(){
if(Jtrim(forminfo.T_Job.value) ==""){
alert("應聘職位為必填項,請填寫!")
forminfo.T_Job.focus();
return false;
}
if(Jtrim(forminfo.T_TrueName.value) ==""){
alert("您的姓名為必填項,請填寫!")
forminfo.T_TrueName.focus();
return false;
}
if(Jtrim(forminfo.T_Tel.value) =="" ) {
alert("電話號碼為必填項,請填寫!")
forminfo.T_Tel.focus();
return false;
}
if(Jtrim(forminfo.T_Email.value) == ""){
alert("電子郵箱為必填項,請填寫!")
forminfo.T_Email.focus();
return false;
}
if(Jtrim(forminfo.T_Addr.value)==""){
alert("詳細地址為必填項,請填寫!")
forminfo.T_Addr.focus();
return false;
}
if(Jtrim(forminfo.T_Postcode.value) ==""){
alert("郵政編碼為必填項,請填寫!")
forminfo.T_Postcode.focus();
return false;
}
if(Jtrim(forminfo.T_Code.value) ==""){
alert("身份證號碼為必填項,請填寫!")
forminfo.T_Code.focus();
return false;
}
if(Jtrim(forminfo.T_Edu.value)==""){
alert("最高學歷為必填項,請填寫!")
forminfo.T_Edu.focus();
return false;
}
if(Jtrim(forminfo.T_School.value) =="") {
alert("畢業學校為必填項,請填寫!")
forminfo.T_School.focus();
return false;
}
if(Jtrim(forminfo.T_Professional.value) =="") {
alert("所有專業為必填項,請填寫!")
forminfo.T_Professional.focus();
return false;
}
if(Jtrim(forminfo.T_WorkAge.value) =="") {
alert("工作年限為必填項,請填寫!")
forminfo.T_WorkAge.focus();
return false;
}
if(Jtrim(forminfo.T_Work.value) =="") {
alert("求職意向為必填項,請填寫!")
forminfo.T_Work.focus();
return false;
}
if(Jtrim(forminfo.T_Wage.value) =="") {
alert("期望月薪為必填項,請填寫!")
forminfo.T_Wage.focus();
return false;
}
}
</script>
<body>
<!--#include file="../include/top.asp"-->
<table width="919" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="278" height="502" valign="top" bgcolor="63a639"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="278" height="502">
<param name="movie" value="Images/left.swf">
<param name=quality value=high>
<embed src="Images/left.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="278" height="502"></embed>
</object></td>
</tr>
</table>
<!--#include file="../include/left.asp"-->
</td>
<td width="616" valign="top"><table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="96%" height="721" valign="top"><table width="616" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="136" valign="middle" background="Images/Resume.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" align="right"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="308" height="80">
<param name="movie" value="../images/shuidi.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="../images/shuidi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="308" height="80" wmode="transparent"></embed>
</object></td>
</tr>
<tr>
<td width="6%"> </td>
<td width="57%" class="biaoti">HOME> 人力資源>毛遂自薦</td>
<td width="37%"> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="576" valign="top"><table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="../Images/tou1.jpg" width="561" height="91"></td>
</tr>
<tr>
<td width="5%" background="../Images/z.jpg"><img src="../Images/z.jpg" width="26" height="203"></td>
<td width="90%" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="90%" height="1076" border="1" align="center" cellpadding="0" cellspacing="3" bordercolor="f2f2f2" class="font1">
<form name="forminfo" method="post" action="" onSubmit="return check_data()">
<tr bgcolor="#CCCCCC">
<td height="22" colspan="3"><b><img src="Images/title_top.gif" width="16" height="14" align="absmiddle"> <font color="#FFFFFF">個人資料</font></b><font color="#FFFFFF"> (標為*的必須填寫)</font></td>
</tr>
<tr>
<td width="5%" rowspan="10"> </td>
<td height="18" align="center">應聘職位*</td>
<td height="18"><input name="T_Job" type="text" id="T_Job" value="<%=request("Job")%>" size="30"></td>
</tr>
<tr>
<td width="18%" height="18" align="center">姓 名*</td>
<td width="77%" height="18">
<input name="T_TrueName" type="text" id="T_TrueName" size="10" maxlength="10">
</td>
</tr>
<tr>
<td width="18%" align="center">性 別</td>
<td width="77%">
<input type="radio" name="R_Sex" value="男" checked>
男
<input type="radio" name="R_Sex" value="女">
女</td>
</tr>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -