📄 deletemyresume.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=cookies.asp-->
<!--#include file=top.asp-->
<%
dim sql
dim rs
dim username
dim jobid,i
username=request.cookies("ijob")("username")
jobid=request.cookies("ijob")("jobid")
set rs=server.createobject("adodb.recordset")
sql="select username,jobid,jingyan,jingyanshuoming,workdata from [person] where jobid='"&jobid&"' and UserName='"&UserName&"'"
rs.open sql,conn,1,1
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" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="770" height="236">
<tr>
<td width="147" height="236" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%"><!--#include file=left.asp--></td>
</tr>
</table>
</td>
<td width="27" height="236" valign="top"> </td>
<td width="580" height="236" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td bgColor="#E3E3E3" height="19" vAlign="bottom" width="548">
<p style="line-height: 19px"><font size="2"><b>删除简历</b></font></td>
</tr>
<tr>
<td align="middle" bgColor="#ffffff" vAlign="top" width="92%">
<p align="left" style="line-height: 19px"><font color="#0a40e2">
<br>
</font>我们建议您不要删除您的简历!简历删除后,将不会得到恢复!<br>
如果您已经找到工作,暂时不想让招聘公司查询到您的简历,您可以“不公开”您的简历,需要时,再公开您的简历。</p>
<p style="line-height: 19px">
<a onclick="{if(confirm("您确定删除你的个人简历吗?此操作将不能恢复!")){return true;}return false;}" href="DeleteMyResumechk.asp">
<img border="0" src="IMG/deletead.gif"></a><font color="#0a40e2"><br>
</font></td>
</tr>
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td width="100%"> </td>
</tr>
</table>
</td>
<td width="16" height="236" valign="top"> </td>
</tr>
</table>
</center>
</div>
<!--#include file=copyright.asp-->
<%
rs.close
set rs=nothing
call closedb
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -