⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modify.asp

📁 21世纪人才www.51zy.net 网站源码
💻 ASP
字号:
<% Response.Buffer=True %>
<!--#include file="../inc/person.inc"-->
<% uname=session("puid")
if request("del")="true" then
conn.Execute("delete * from person where uname='"&uname&"'")
conn.Execute("delete * from pmailbox where reid='"&uname&"'")
conn.Execute("delete * from pfavorite where uname='"&uname&"'")
conn.Execute("delete * from cfavorite where fuid='"&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>::余姚人才信息网::—&gt;首页</title>
</head>
<body topmargin="0" leftmargin="0">
<!--#include file="../inc/top.htm"-->
  
<table width="778" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
  <tr> 
    <td width="177" height="257" valign="top" bgcolor="#FFFFFF"> 
      <table width="159" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="35" align="center" background="../pic/pic_039.gif"><font color="#CC33CC"><%=uname%> 
            您好!</font></td>
        </tr>
      </table>
      <div align="center"> 
        <center>
            
          <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tr> 
                
              <td width="100%" valign="top" align="center"> 
                <p align="center"> 
                  <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>
              <tr> 
                
              <td width="100%" valign="top" align="center"> 
                <hr>
                <a href="favorite.asp">我的收藏夹</a><br> <br> <a href="mailbox.asp">我的信箱</a><br> 
                <br>
                <a href="../exit.asp">退出登录</a> </td>
              </tr>
            </table>
          <table width="158" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr> 
              <td><img src="../pic/pic_040.gif" width="159" height="13"></td>
            </tr>
          </table>
          <br>
        </center>
      </div>
        </td>
            
    <td valign="middle" bgcolor="#FFFFFF"> 
      <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"><a href="update.asp?modify=ture"><img border="0" src="../images/push.gif"> 
                  更新注册时间</a></p>
                <p align="left"><font color="#FF0000">点击更新时间可以重新发布您的求职信息</font><br>
                  <br>
                  <br>
                </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>
        </td>
    </tr>
  </table>
<!--#include file="../include/footer.asp"-->
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -