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. <!--#include file="strlib.asp" -->
  6. <%
  7. If Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")  = "" then
  8. response.Cookies("FoosunUserCookies")("UserLogin_Style_Num") = "2"
  9. End if
  10. dim p_ErrorUrl,p_ErrCodes
  11. p_ErrorUrl = Replace(Request.QueryString("ErrorUrl"),"''","")
  12. p_ErrCodes = Request.QueryString("ErrCodes")
  13. if trim(p_ErrorUrl) = "" then
  14. p_ErrorUrl = "javascript:history.back(-1);"
  15. Else
  16. p_ErrorUrl =  p_ErrorUrl
  17. End if
  18. %>
  19. <html xmlns="http://www.w3.org/1999/xhtml">
  20. <title>错误信息</title>
  21. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  22. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  23. <meta name="keywords" content="风讯,风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  24. <link href="../images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  25. <head>
  26. <body>
  27. <table width="60%" height="60%" border="0" align="center" cellpadding="1" cellspacing="0">
  28.   <tr> 
  29.     <td><table width="100%" height="175" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  30.         <form action="../CheckLogin.asp"  method="post" name="myform" id="myform"  onsubmit="return CheckForm();">
  31.           <tr class="back"> 
  32.             <td height="24" class="xingmu"><font style="font-size:30;font-weight:bolder;color:red">×</font>错误的参数</td>
  33.           </tr>
  34.           <tr class="back"> 
  35.             <td width="87%" class="hback"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  36.                 <tr> 
  37.                   <td height="6"></td>
  38.                 </tr>
  39.               </table>
  40.               <span class="tx"><strong>出错原因:</strong></span> <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> <div align="left"> 
  46.                 <% = p_ErrCodes %>
  47.                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
  48.                   <tr> 
  49.                     <td height="3"></td>
  50.                   </tr>
  51.                 </table>
  52.               </div>
  53.               <li>请仔细阅读帮助文件? <a href="<% =  p_ErrorUrl %>">返回上一级</a> </li>
  54.               <table width="100%" border="0" cellspacing="0" cellpadding="0">
  55.                 <tr> 
  56.                   <td height="3"></td>
  57.                 </tr>
  58.               </table>
  59.               <li><a href="http://www.foosun.cn" target="_blank">Powered by Foosun 
  60.                 Inc.</a> <a href="http://help.foosun.net" target="_blank" style="CURSOR:help">帮助中心</a> 
  61.                  <a href="http://bbs.foosun.net" target="_blank">技术论坛</a></li></td>
  62.           </tr>
  63.           <tr class="back"> 
  64.             <td height="24" class="xingmu"><div align="right"> 
  65.                 <% = p_Soft_Version %>
  66.               </div></td>
  67.           </tr>
  68.         </form>
  69.       </table></td>
  70.   </tr>
  71. </table>
  72. </body>
  73. </html>
  74. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->
  75. <%
  76. set Conn =nothing
  77. set User_Conn =nothing
  78. %>