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

数据库编程

开发平台:

ASP/ASPX

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