home *** CD-ROM | disk | FTP | other *** search
/ ftp.americansys.com / 2014.06.ftp.americansys.com.tar / ftp.americansys.com / spamcrusherenterprise.exe / web / liveupdate.asp < prev    next >
Text File  |  2004-05-28  |  971b  |  36 lines

  1. <html>
  2.     <head>
  3.         <title>Spam Crusher - Live Update - Filters</title>
  4.         <meta http-equiv="Content-Language" content="en-us">
  5.         <meta content="Microsoft FrontPage 5.0" name="GENERATOR">
  6.         <meta content="FrontPage.Editor.Document" name="ProgId">
  7.         <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  8.     </head>
  9.     <body>
  10.         <script language="VBScript" RUNAT="Server">
  11.         </script>
  12. <!--#include FILE="timeout.asp"-->
  13.         <p><IMG src="smflaglogo.jpg" align="middle" border="0"><font size="5">Spam Crusher 
  14.                 Enterprise</font></p>
  15. <%
  16.     ErrorMsg = Request.QueryString("ErrMsg")
  17.     if (ErrorMsg <> "" ) then
  18. %>
  19.         <p align=center><font color="#FF0000">
  20. <%
  21.         Response.Write(ErrorMsg)
  22. %>        
  23.         </font></p>
  24. <%
  25.     Else
  26. %>        
  27.  
  28.         <p align="center"><font size="5">Make sure you have the latest filters.</font></p>
  29. <%
  30.     End If
  31. %>        
  32.         <P> </P>
  33.         <P align="center"><A href="runliveupdate.asp">Live Update the Filters</A></P>
  34.     </body>
  35. </html>
  36.