Logoutuser.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:3k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../FS_Inc/Function.asp" -->
  5. <!--#include file="lib/strlib.asp" -->
  6. <!--#include file="../FS_Inc/Md5.asp" -->
  7. <!--#include file="lib/UserCheck.asp" -->
  8. <%
  9. If Request.Form("action")="submit" Then 
  10. Dim t_return
  11. t_return = Fs_User.DelUser(Fs_User.UserNumber,md5(Request.Form("pwd"),16))
  12. If t_return Then 
  13. Call Fs_User.out()
  14. strShowErr = "<li>注销成功</li><li> 您的资料已经被消除</li>"
  15. Response.Redirect("lib/Success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=../../")
  16. Response.end
  17. Else
  18. strShowErr = "<li>注销失败</li><li> 可能是你输入的密码错误</li>"
  19. Response.Redirect("lib/Error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  20. Response.end
  21. End If 
  22. End If 
  23. %>
  24. <html xmlns="http://www.w3.org/1999/xhtml">
  25. <title>注销我的会员资格-网站内容管理系统</title>
  26. <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  27. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  28. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  29. <meta name="Keywords" content="Foosun,FoosunCMS,Foosun Inc.,风讯,风讯网站内容管理系统,风讯系统,风讯新闻系统,风讯商城,风讯b2c,新闻系统,CMS,域名空间,asp,jsp,asp.net,SQL,SQL SERVER" />
  30. <link href="images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  31. <head>
  32. <body>
  33. <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  34.   <tr>
  35.     <td>
  36.       <!--#include file="top.asp" -->
  37.     </td>
  38.   </tr>
  39. </table>
  40. <table width="98%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  41.   
  42.     <tr class="back"> 
  43.       <td   colspan="2" class="xingmu" height="26"> <!--#include file="Top_navi.asp" --> </td>
  44.     </tr>
  45.     <tr class="back"> 
  46.       <td width="18%" valign="top" class="hback"> <div align="left"> 
  47.           <!--#include file="menu.asp" -->
  48.         </div></td>
  49.       <td width="82%" valign="top" class="hback"><table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  50.         <tr class="hback"> 
  51.           <td class="hback"><strong>位置:</strong><a href="../">网站首页</a> &gt;&gt; 
  52.             <a href="main.asp">会员首页</a> &gt;&gt; 注销我的会员资格</td>
  53.         </tr>
  54.       </table> 
  55.       
  56.         
  57.       
  58.       <table width="98%" height="98" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  59.         <form name="form1" method="post" action="">
  60.           <tr> 
  61.             <td class="hback"> 注意:注销会员资格后,您在本系统的一切资料将会被销毁!<br>
  62.               <br>
  63.               <br>
  64.               请输入密码: 
  65.               <input type="password" name="pwd" value=""> 
  66.               <input name="action" type="hidden" id="action" value="submit"> <input type="submit" name="Submit" value="注销帐户" onclick="if (confirm('注销后你的资料将会彻底消失!将不能恢复n确认注销吗?')) return true;else return false;"></td>
  67.           </tr>
  68.         </form>
  69.       </table></td>
  70.     </tr>
  71.     <tr class="back"> 
  72.       <td height="20"  colspan="2" class="xingmu"> <div align="left"> 
  73.           <!--#include file="Copyright.asp" -->
  74.         </div></td>
  75.     </tr>
  76.  
  77. </table>
  78. </body>
  79. </html>
  80. <%
  81. Set Fs_User = Nothing
  82. %>
  83. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->