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