Error.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 p_ErrorUrl,p_ErrCodes
  6. p_ErrorUrl = Replace(Request.QueryString("ErrorUrl"),"''","")
  7. p_ErrCodes = Request.QueryString("ErrCodes")
  8. if trim(p_ErrorUrl) = "" then
  9. p_ErrorUrl = "javascript:history.back();"
  10. Else
  11. p_ErrorUrl =  p_ErrorUrl
  12. End if
  13. %>
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <title>错误信息</title>
  16. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  17. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  18. <meta name="keywords" content="风讯,风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  19. <link href="../../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  20. <head>
  21. <body>
  22. <table width="60%" height="60%" border="0" align="center" cellpadding="1" cellspacing="0">
  23.   <tr> 
  24.     <td><table width="100%" height="182" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  25.         <form action="../../../CheckLogin.asp"  method="post" name="myform" id="myform"  onsubmit="return CheckForm();">
  26.           <tr class="back"> 
  27.             <td width="100%" height="24" class="xingmu">错误的参数</td>
  28.           </tr>
  29.           <tr class="back"> 
  30.             <td height="130" class="hback"> 
  31.               <table width="100%" border="0" cellspacing="0" cellpadding="0">
  32.                 <tr>
  33.                   <td height="6"></td>
  34.                 </tr>
  35.               </table>
  36.               <span class="tx"><strong>出错原因:</strong></span>
  37.               <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;face:Arial, Helvetica, sans-serif"><strong>× </strong></font></span></div></td>
  40.                   <td width="88%"><div align="left">
  41.                       <% = p_ErrCodes %>
  42.                       <li>请仔细阅读帮助文件? <a href="<% =  p_ErrorUrl %>">返回上一级</a> </li>
  43.                       <li><a href="http://www.foosun.cn" target="_blank">Powered 
  44.                         by Foosun Inc.</a> <a href="http://help.foosun.net" target="_blank" style="CURSOR:help">帮助中心</a> 
  45.                          <a href="http://bbs.foosun.net" target="_blank">技术论坛</a></li>
  46.                    </td>
  47.                 </tr>
  48.               </table>
  49.               <span class="tx"></span> 
  50.               <div align="left"> </div>
  51.               </td>
  52.           </tr>
  53.           <tr class="back"> 
  54.             <td height="24" class="xingmu"><div align="right"> 
  55.               </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系列-->