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