📄 myresumeworkexperience.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=cookies.asp-->
<!--#include file=top.asp-->
<%
dim sql
dim rs
dim username,cmdexample
dim jobid,i
username=request.cookies("ijob")("username")
jobid=request.cookies("ijob")("jobid")
set cmdexample=server.createobject("adodb.command")
cmdexample.activeconnection=conn
cmdexample.commandtext="person5"
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
%>
<link rel="stylesheet" type="text/css" href="../1.css">
<title>个人会员::工作经历</title>
<body topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" borderColor="#111111" cellPadding="0" cellSpacing="0" height="287" style="BORDER-COLLAPSE: collapse" width="778">
<form action="MyResumeWorkExperiencechk.asp" name="jingyan" method="POST">
<tr>
<td vAlign="top" width="168" rowspan="6"><!--#include file= left.asp--></td>
<td height="287" width="68" rowspan="6"> </td>
<td height="25" vAlign="top" width="663" colspan="2" background="../images/bj.gif">
</td>
</tr>
<tr>
<td height="25" vAlign="top" width="86">
<font color="#808080">工作经验:</font></td>
<td height="25" vAlign="top" width="577">
<input type="text" name="jingyan" size="7" maxlength="2" value="<%=rs("jingyan")%>"> 年
(说明:请输入你有<font color="#CC5200">几年的工作经验</font>,没有可以不填!)</td>
</tr>
<tr>
<td height="25" vAlign="top" width="86">
<font color="#808080">工作时间:</font></td>
<td height="25" vAlign="top" width="577">
<input type="text" name="workdata" size="7" maxlength="4" value="<%=rs("workdata")%>">
年 (说明:请输入你<font color="#CC5200">开始工作的年份</font>,没有可以不填!如:1980年)</td>
</tr>
<tr>
<td height="25" vAlign="top" width="86">
<font color="#808080">工作经历:</font></td>
<td height="25" vAlign="top" width="577">
<textarea rows="14" name="jingyanshuoming" cols="65"><%=rs("jingyanshuoming")%></textarea><p>
<input border="0" src="../images/reg1.gif" name="I5" type="image"></td>
</tr>
<tr>
<td vAlign="top" width="663" colspan="2">
<p align="center"> </td>
</tr>
<tr>
<td height="25" vAlign="top" width="663" colspan="2">
</td>
</tr>
</form>
</table>
</center>
</div>
<div align="center">
<!--#include file=copyright.asp-->
</div>
<%
rs.close
set rs=nothing
call closedb
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -