📄 myresumebaseinfo.asp
字号:
<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>
</select>省(直辖市)<input class="FieldHZ" maxLength="50" name="x_suozaidi1" size="11" value="<%=trim(rs("x_suozaidi1"))%>">市(区、县)</td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">户
籍:</font></td>
<td width="97%" height="25" colspan="3">
<select name="huji" size="1" tabIndex="28">
<%dim huji
huji=trim(rs("huji"))
%>
<option value></option>
<option <%if huji="北京" then%>selected <%end if%> value="北京">北京</option>
<option <%if huji="上海" then%>selected <%end if%> value="上海">上海</option>
<option <%if huji="天津" then%>selected <%end if%> value="天津">天津</option>
<option <%if huji="广东" then%>selected <%end if%> value="广东">广东</option>
<option <%if huji="深圳" then%>selected <%end if%> value="深圳">深圳</option>
<option <%if huji="珠海" then%>selected <%end if%> value="珠海">珠海</option>
<option <%if huji="汕头" then%>selected <%end if%> value="汕头">汕头</option>
<option <%if huji="海南" then%>selected <%end if%> value="海南">海南</option>
<option <%if huji="香港" then%>selected <%end if%> value="香港">香港</option>
<option <%if huji="澳门" then%>selected <%end if%> value="澳门">澳门</option>
<option <%if huji="台湾" then%>selected <%end if%> value="台湾">台湾</option>
<option <%if huji="广西" then%>selected <%end if%> value="广西">广西</option>
<option <%if huji="福建" then%>selected <%end if%> value="福建">福建</option>
<option <%if huji="厦门" then%>selected <%end if%> value="厦门">厦门</option>
<option <%if huji="浙江" then%>selected <%end if%> value="浙江">浙江</option>
<option <%if huji="江苏" then%>selected <%end if%> value="江苏">江苏</option>
<option <%if huji="山东" then%>selected <%end if%> value="山东">山东</option>
<option <%if huji="湖南" then%>selected <%end if%> value="湖南">湖南</option>
<option <%if huji="湖北" then%>selected <%end if%> value="湖北">湖北</option>
<option <%if huji="四川" then%>selected <%end if%> value="四川">四川</option>
<option <%if huji="重庆" then%>selected <%end if%> value="重庆">重庆</option>
<option <%if huji="贵州" then%>selected <%end if%> value="贵州">贵州</option>
<option <%if huji="云南" then%>selected <%end if%> value="云南">云南</option>
<option <%if huji="江西" then%>selected <%end if%> value="江西">江西</option>
<option <%if huji="安徽" then%>selected <%end if%> value="安徽">安徽</option>
<option <%if huji="河南" then%>selected <%end if%> value="河南">河南</option>
<option <%if huji="河北" then%>selected <%end if%> value="河北">河北</option>
<option <%if huji="辽宁" then%>selected <%end if%> value="辽宁">辽宁</option>
<option <%if huji="吉林" then%>selected <%end if%> value="吉林">吉林</option>
<option <%if huji="黑龙江" then%>selected <%end if%> value="黑龙江">黑龙江</option>
<option <%if huji="内蒙" then%>selected <%end if%> value="内蒙">内蒙</option>
<option <%if huji="宁夏" then%>selected <%end if%> value="宁夏">宁夏</option>
<option <%if huji="山西" then%>selected <%end if%> value="山西">山西</option>
<option <%if huji="陕西" then%>selected <%end if%> value="陕西">陕西</option>
<option <%if huji="甘肃" then%>selected <%end if%> value="甘肃">甘肃</option>
<option <%if huji="青海" then%>selected <%end if%> value="青海">青海</option>
<option <%if huji="新疆" then%>selected <%end if%> value="新疆">新疆</option>
<option <%if huji="西藏" then%>selected <%end if%> value="西藏">西藏</option>
<option <%if huji="国外" then%>selected <%end if%> value="国外">国外</option>
</select>省(直辖市)<input class="FieldHZ" maxLength="50" name="huji1" size="11" value="<%=rs("huji1")%>">市(区、县)</td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">出生日期:</font></td>
<td width="97%" height="25" colspan="3">
<font>
<select name=birthyear>
<%for i=1901 to 2003%>
<option <%if i=rs("birthyear") then%>selected<%end if%> value="<%=i%>"><%=i%></option>
<%next%>
</select></font><font color="#000000"> 年 </font> <font>
<select name=birthmonth>
<%for i=1 to 12%>
<option <%if i=rs("birthmonth") then%>selected<%end if%> value="<%=i%>"><%=i%></option>
<%next%>
</select></font><font color="#000000"> 月 </font> <font>
<select name=birthday>
<%for i=1 to 31%>
<option <%if i=rs("birthday") then%>selected<%end if%> value="<%=i%>"><%=i%></option>
<%next%>
</select></font><font color="#000000"> 日</font></td>
</tr>
<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="85%" height="25" colspan="3">
<input type="text" name="dianhua" size="25" maxlength="30" value="<%=trim(rs("dianhua"))%>">
固定电话、移动电话或寻呼机号码.</td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">电子邮件:</font></td>
<td width="23%" height="25">
<input type="text" name="useremail" size="25" maxlength="50" value="<%=trim(rs("useremail"))%>"></td>
<td width="10%" height="25">
</td>
<td width="52%" height="25">
</td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">腾讯 Q Q:</font></td>
<td width="35%" height="25">
<input type="text" name="qq" size="25" maxlength="13" value="<%=trim(rs("qq"))%>"></td>
<td width="1%" height="25"> </td>
<td width="61%" height="25">
</td>
</tr>
<tr>
<td width="19%" height="25"><font color="#808080">个人主页:</font></td>
<td width="35%" height="25">
<input type="text" name="gerenzhuye" size="25" value="<%=trim(rs("gerenzhuye"))%>" maxlength="50"></td>
<td width="1%" height="25"> </td>
<td width="61%" height="25">
</td>
</tr>
<tr>
<td width="112%" height="25" colspan="4" background="../images/bj.gif"><b>自我评价</b></td>
</tr>
<tr>
<td width="112%" height="25" colspan="4"><font color="#808080">
自我评价: </font></td>
</tr>
<tr>
<td width="112%" height="25" colspan="4">
<p align="left">
<textarea class="fieldtext" cols="87" name="pingjia" rows="8" style="FONT-FAMILY: 宋体; FONT-SIZE: 12px" maxLength="3000"><%=trim(rs("pingjia"))%></textarea></td>
</tr>
<tr>
<td width="112%" height="25" colspan="4" background="../images/bj.gif"> </td>
</tr>
<tr>
<td width="19%" height="13"></td>
<td width="35%" height="13">
</td>
<td width="1%" height="13"></td>
<td width="61%" height="13">
</td>
</tr>
<tr>
<td width="19%" height="12"></td>
<td width="35%" height="12">
</td>
<td width="1%" height="12"></td>
<td width="61%" height="12">
<input border="0" src="../images/reg1.gif" name="I2" type="image"></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="55" height="287"> </td>
</tr>
</table>
</center>
</div>
<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"><!--#include file="copyright.asp"--></td>
</tr>
</table>
</center>
</div>
</body>
</html>
<%
rs.close
set rs=nothing
set cmdexample=nothing
call closedb
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -