📄 myresumebaseinfo.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=cookies.asp-->
<!--#include file="top.asp"-->
<%
dim rs,jobid,i,cmdexample,username
username=request.cookies("ijob")("username")
jobid=request.cookies("ijob")("jobid")
set cmdexample=server.createobject("adodb.command")
cmdexample.activeconnection=conn
cmdexample.commandtext="person1"
cmdexample.commandtype=4
cmdexample.parameters.append cmdexample.createparameter("@RETURN_VALUE",3,4,0)
cmdexample.parameters.append cmdexample.createparameter("@username",200,1,20)
cmdexample.parameters.append cmdexample.createparameter("@jobid",200,1,20)
cmdexample.parameters("@username").value=username
cmdexample.parameters("@jobid").value=jobid
set rs=cmdexample.execute
if rs.eof or rs.bof then
response.write "参数错误!<br> "
response.end
end if
%>
<html>
<head>
<style id="defaultPopStyle" type="text/css">.cPopText { background-color: #FFFFE1;color:#000000; border: 1px #000000 solid;font-color: font-size: 12px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}</style>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改基本信息</title>
<link rel="stylesheet" type="text/css" href="../1.css">
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778">
<tr>
<td width="100%">
<p align="center"></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778" height="287">
<tr>
<td width="171" valign="top">
<!--#include file="left.asp"--></td>
<td width="82" height="287"> </td>
<td width="470" height="287" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="233">
<tr>
<td width="100%" height="6"></td>
</tr>
<tr>
<td width="100%" height="227">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="93%">
<form action="myresumebaseinfochk.asp" name="edit" method="POST" >
<tr>
<td width="100%" height="25" colspan="4" background="../images/bj.gif"><b>基本资料</b></td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">真实姓名:</font></td>
<td width="35%" height="25">
<input type="text" name="name" size="14" maxlength="15" value="<%=trim(rs("name"))%>"></td>
<td width="62%" height="25" colspan="2"> </td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">性
别:</font></td>
<td width="35%" height="25">
<span style="FONT-FAMILY: 宋体; FONT-SIZE: 12px">
<select name="xingbie" size="1">
<option <%if rs("xingbie")=1 then%> selected <%end if%> value="1">男</option>
<option <%if rs("xingbie")=0 then%> selected <%end if%> value="0">女</option>
</select></span></td>
<td width="62%" height="25" colspan="2"> </td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">民 族:</font></td>
<td width="97%" height="25" colspan="3">
<input type="text" name="minzu" size="14" value="<%=trim(rs("minzu"))%>" maxlength="15">
<font color="#435049">(如:回族)</font></td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">最高学历:</font></td>
<td width="35%" height="25">
<span style="FONT-FAMILY: 宋体; FONT-SIZE: 12px">
<select name="xueli" size="1" >
<option <%if rs("xueli")=0 then%> selected <%end if%> value="0">高中</option>
<option <%if rs("xueli")=1 then%> selected <%end if%> value="1">中专</option>
<option <%if rs("xueli")=2 then%> selected <%end if%> value="2">大专</option>
<option <%if rs("xueli")=3 then%> selected <%end if%> value="3">本科</option>
<option <%if rs("xueli")=4 then%> selected <%end if%> value="4">硕士</option>
<option <%if rs("xueli")=5 then%> selected <%end if%> value="5">博士</option>
</select></span></td>
<td width="62%" height="25" colspan="2"> </td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">婚姻状况:</font></td>
<td width="97%" height="25" colspan="3">
<span style="FONT-FAMILY: 宋体; FONT-SIZE: 12px">
<select name="hunyin" size="1">
<option <%if rs("hunyin")=0 then%> selected <%end if%> value="0">保密</option>
<option <%if rs("hunyin")=1 then%> selected <%end if%> value="1">未婚</option>
<option <%if rs("hunyin")=2 then%> selected <%end if%> value="2">已婚</option>
<option <%if rs("hunyin")=3 then%> selected <%end if%> value="3">离异</option>
</select></span></td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">年
龄:</font></td>
<td width="35%" height="25">
<input type="text" name="age" size="5" maxlength="2" value="<%=trim(rs("age"))%>">岁</td>
<td width="62%" height="25" colspan="2"> </td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">毕业院校:</font></td>
<td width="35%" height="25">
<input type="text" name="xuexiao" size="25" maxlength="50" value="<%=trim(rs("xuexiao"))%>"></td>
<td width="62%" height="25" colspan="2"> </td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">所学专业:</font></td>
<td width="35%" height="25">
<input type="text" name="zhuanye" size="25" maxlength="100" value="<%=trim(rs("zhuanye"))%>"></td>
<td width="62%" height="25" colspan="2"> </td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">身
高:</font></td>
<td width="97%" height="25" colspan="3">
<input type="text" name="shengao" size="5" maxlength="3" value="<%=trim(rs("shengao"))%>"> cm</td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">现所在地:</font></td>
<td width="97%" height="25" colspan="3">
<select name="x_suozaidi" size="1" tabIndex="28">
<%dim x_suozaidi
x_suozaidi=trim(rs("x_suozaidi"))
%>
<option value></option>
<option <%if x_suozaidi="北京" then%>selected <%end if%> value="北京">北京</option>
<option <%if x_suozaidi="上海" then%>selected <%end if%> value="上海">上海</option>
<option <%if x_suozaidi="天津" then%>selected <%end if%> value="天津">天津</option>
<option <%if x_suozaidi="广东" then%>selected <%end if%> value="广东">广东</option>
<option <%if x_suozaidi="深圳" then%>selected <%end if%> value="深圳">深圳</option>
<option <%if x_suozaidi="珠海" then%>selected <%end if%> value="珠海">珠海</option>
<option <%if x_suozaidi="汕头" then%>selected <%end if%> value="汕头">汕头</option>
<option <%if x_suozaidi="海南" then%>selected <%end if%> value="海南">海南</option>
<option <%if x_suozaidi="香港" then%>selected <%end if%> value="香港">香港</option>
<option <%if x_suozaidi="澳门" then%>selected <%end if%> value="澳门">澳门</option>
<option <%if x_suozaidi="台湾" then%>selected <%end if%> value="台湾">台湾</option>
<option <%if x_suozaidi="广西" then%>selected <%end if%> value="广西">广西</option>
<option <%if x_suozaidi="福建" then%>selected <%end if%> value="福建">福建</option>
<option <%if x_suozaidi="厦门" then%>selected <%end if%> value="厦门">厦门</option>
<option <%if x_suozaidi="浙江" then%>selected <%end if%> value="浙江">浙江</option>
<option <%if x_suozaidi="江苏" then%>selected <%end if%> value="江苏">江苏</option>
<option <%if x_suozaidi="山东" then%>selected <%end if%> value="山东">山东</option>
<option <%if x_suozaidi="湖南" then%>selected <%end if%> value="湖南">湖南</option>
<option <%if x_suozaidi="湖北" then%>selected <%end if%> value="湖北">湖北</option>
<option <%if x_suozaidi="四川" then%>selected <%end if%> value="四川">四川</option>
<option <%if x_suozaidi="重庆" then%>selected <%end if%> value="重庆">重庆</option>
<option <%if x_suozaidi="贵州" then%>selected <%end if%> value="贵州">贵州</option>
<option <%if x_suozaidi="云南" then%>selected <%end if%> value="云南">云南</option>
<option <%if x_suozaidi="江西" then%>selected <%end if%> value="江西">江西</option>
<option <%if x_suozaidi="安徽" then%>selected <%end if%> value="安徽">安徽</option>
<option <%if x_suozaidi="河南" then%>selected <%end if%> value="河南">河南</option>
<option <%if x_suozaidi="河北" then%>selected <%end if%> value="河北">河北</option>
<option <%if x_suozaidi="辽宁" then%>selected <%end if%> value="辽宁">辽宁</option>
<option <%if x_suozaidi="吉林" then%>selected <%end if%> value="吉林">吉林</option>
<option <%if x_suozaidi="黑龙江" then%>selected <%end if%> value="黑龙江">黑龙江</option>
<option <%if x_suozaidi="内蒙" then%>selected <%end if%> value="内蒙">内蒙</option>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -