📄 modify.asp
字号:
<% Response.Buffer=True %>
<!--#include file="../inc/person.inc"-->
<% uname=session("puid")
if request("del")="true" then '等待下面的调用(当按下注销键 del的值等于true)
conn.Execute("delete * from person where uname='"&uname&"'")
response.write"<SCRIPT language=JavaScript>alert('用户注销成功!');"
response.write"this.location.href='../';</SCRIPT>" '返回首页
end if
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from person where uname='"&uname&"'and job<>'""'"
rs.open sql,conn,1,1 %>
<% if rs.eof or rs.bof then
response.write"<SCRIPT language=JavaScript>alert('您尚未登录,请先登录!');"
response.write"javascript:history.go(-1)</SCRIPT>"
end if %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<link rel="stylesheet" href="../inc/register.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>矿大在线→人才招聘 →个人应聘</title>
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="760" height="149">
<tr>
<td width="760" height="18" valign="top" colspan="5" bgcolor="#396BA5">
</td>
</tr>
<tr>
<td width="137" valign="top" bgcolor="#396BA5" align="center">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="125" height="184">
<tr>
<td width="100%" height="150" background="../images/PERSON.GIF" valign="top">
<p align="center"><br>
<a href="../DEFAULT.asp">返回首页</a><br>
<br>
<a href="main.asp">登录求职首页</a><br>
<br>
<a href="register.asp">登录求职简历</a><br>
<br>
<a href="modify.asp">更新求职简历</a><br>
<br>
<a href="../changepwd.asp?stype=person" target="_blank">修改登录密码</a><br>
<br>
<a href="search.asp">显示招聘信息 </a> </td>
</tr>
</table>
</center>
</div>
<p align="center">
<p align="center"><img src="../IMAGES/warning.gif" width="40" height="40">
</td>
<td width="38" height="413" valign="top"> </td>
<td width="455" height="413" valign="top">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="241" height="195">
<tr>
<td width="239" height="148">
<p align="left"><br>
<br>
您需要更新求职简历的哪一部分?<br>
<a href="register.asp?modify=ture"><br>
</a><img border="0" src="../images/push.gif"> <a href="register.asp?modify=ture">个人基本资料</a></p>
<p align="left"><img border="0" src="../images/push.gif"> <a href="register2.asp?modify=ture">个人主要能力信息</a>
</p>
<p align="left"><img border="0" src="../images/push.gif"> <a href="register3.asp?modify=ture">要求和联系信息<br>
<br>
</a></p>
</td>
</tr>
<tr>
<td height="1" valign="top" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="239" height="48">
<p align="left"><img border="0" src="../images/push.gif"> <a href="#"onclick="javascript:if (confirm('是否确定要注销帐号?')) href='modify.asp?del=true';
else return;">注销帐号</a>
</td>
</tr>
</table>
</div>
<p>
</td>
<td width="1" height="413" valign="top" bgcolor="#00006A"></td>
<td width="133" height="413" valign="top" bgcolor="#F3F3F3"> <p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><font color="#8000FF" size="4" face="隶书"><a href="../exit.asp"> 退出登录</a></font></p></td>
</tr>
<tr>
<td width="760" height="1" valign="top" colspan="5" bgcolor="#396BA5">
<p align="center">
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -