home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / CHIP_08_2003.iso / Spesial / proxy / ProxPro / ProxyPro.exe / data1.cab / ConfigSite_Files / error.agp < prev    next >
Encoding:
Text File  |  2002-12-09  |  1.3 KB  |  53 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2.  
  3. <%
  4.     dim szPath 
  5.     szPath = "Link"
  6.     SkinLink = SysInfo.GetSkinParameter(szPath)
  7.     szPath = "VLink"
  8.     SkinVLink= SysInfo.GetSkinParameter(szPath)
  9. %>
  10.  
  11. <html>
  12. <head>
  13. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  14. <meta NAME="Author,Design" Content="GateKeeper Team; GateKeeper3Support@infopulse.ro">
  15. <meta NAME="Copyright" Content="Infopulse; www.infopulse.ro">
  16. <title><%Response.Write(Error.Type)%>: <%Response.Write(Error.Title)%></title>
  17. </head>
  18.  
  19. <body bgcolor="#FFFFFF" text="#000000" link="<%Response.Write(SkinLink)%>" vlink="<%Response.Write(SkinVLink)%>" alink="<%Response.Write(SkinVLink)%>">
  20.  
  21. <h1><%Response.Write(Error.Type)%></h1>
  22.  
  23. <h2><%Response.Write(Error.Title)%></h2>
  24.  
  25. <hr>
  26. <% sURL = Error.URL
  27.    if sURL <> "" then
  28. %>
  29. <p>While trying to retrieve the URL: <strong><u><%Response.Write(sURL)%></u></strong></p>
  30. <%
  31.    end if
  32. %>
  33.  
  34. <p>The following error was encountered: </p>
  35.  
  36. <ul>
  37.     <li><strong><%Response.Write(Error.Error)%></strong></li>
  38. </ul>
  39.  
  40. <p>This means that: </p>
  41.  
  42. <pre>
  43.     <%Response.Write(Error.ErrorDescription)%>
  44. </pre>
  45.  
  46. <hr>
  47.  
  48. <address>
  49.     Generated by <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
  50. </address>
  51. </body>
  52. </html>
  53.