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