success.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="strlib.asp" -->
  6. <%
  7. If Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")  = "" then
  8. response.Cookies("FoosunUserCookies")("UserLogin_Style_Num") = "2"
  9. End if
  10. dim p_ErrorUrl,p_ErrCodes
  11. p_ErrorUrl = Replace(Request.QueryString("ErrorUrl"),"''","")
  12. p_ErrorUrl=replace(p_ErrorUrl,"***","&")
  13. p_ErrCodes = Request.QueryString("ErrCodes")
  14. if trim(p_ErrorUrl) = "" then
  15. p_ErrorUrl = "javascript:history.back(-1);"
  16. Else
  17. p_ErrorUrl =  p_ErrorUrl
  18. End if
  19. %>
  20. <html xmlns="http://www.w3.org/1999/xhtml">
  21. <title>操作成功</title>
  22. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  23. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  24. <meta name="keywords" content="风讯,风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  25. <link href="../images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  26. <head>
  27. <body>
  28. <table width="60%" height="60%" border="0" align="center" cellpadding="1" cellspacing="1">
  29.   <tr> 
  30.     <td><table width="100%" height="175" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  31.         <form action="../CheckLogin.asp"  method="post" name="myform" id="myform"  onsubmit="return CheckForm();">
  32.           <tr class="back"> 
  33.             <td height="24" class="xingmu"><font style="font-size:30;font-weight:bolder;color:red">√</font>操作成功</td>
  34.           </tr>
  35.           <tr class="back"> 
  36.             <td width="84%" class="hback"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  37.                 <tr> 
  38.                   <td height="6"></td>
  39.                 </tr>
  40.               </table>
  41.               <span class="tx"><strong>操作描述:</strong></span> <table width="100%" border="0" cellspacing="0" cellpadding="0">
  42.                 <tr> 
  43.                   <td height="10"></td>
  44.                 </tr>
  45.               </table>
  46.               <span class="tx"><strong> </strong></span> <div align="left"> 
  47.                 <% = p_ErrCodes %>
  48.                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
  49.                   <tr> 
  50.                     <td height="3"></td>
  51.                   </tr>
  52.                 </table>
  53.               </div>
  54.               <li><a href="<% =  p_ErrorUrl %>">返回上一级</a>  <a href="../main.asp">会员首页</a> 
  55.                  <a href="../../">网站首页</a> 
  56.                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
  57.                   <tr> 
  58.                     <td height="3"></td>
  59.                   </tr>
  60.                 </table>
  61.               </li>
  62.               <li><a href="http://www.foosun.cn" target="_blank">Powered by Foosun 
  63.                 Inc.</a> <a href="http://help.foosun.net" target="_blank" style="CURSOR:help">帮助中心</a> 
  64.                  <a href="http://bbs.foosun.net" target="_blank">技术论坛</a></li></td>
  65.           </tr>
  66.           <tr class="back"> 
  67.             <td height="24" class="xingmu"><div align="right"> 
  68.                 <% = p_Soft_Version %>
  69.               </div></td>
  70.           </tr>
  71.         </form>
  72.       </table></td>
  73.   </tr>
  74. </table>
  75. </body>
  76. </html>
  77. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->
  78. <%
  79. set Conn =nothing
  80. set User_Conn =nothing
  81. %>