home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 April / Chip CMCD0400.iso / SOFTWARE / Demo / InfoPulse / GateKeeper / gk3full.exe / data1.cab / ConfigSite_Files / error.agp < prev    next >
Encoding:
Text File  |  1999-06-17  |  1.0 KB  |  45 lines

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