home *** CD-ROM | disk | FTP | other *** search
/ ftp.americansys.com / 2014.06.ftp.americansys.com.tar / ftp.americansys.com / spamcrusherenterprise.exe / web / savedomain.asp < prev    next >
Text File  |  2004-05-03  |  990b  |  37 lines

  1. <html>
  2.     <head>
  3.         <title>Spam Crusher</title>
  4.         <meta http-equiv="Content-Language" content="en-us">
  5.         <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  6.         <meta name="ProgId" content="FrontPage.Editor.Document">
  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.         
  13.  
  14.         <p><img border="0" src="smflaglogo.jpg" align="middle"><font size="5">Spam Crusher Enterprise</font></p>
  15.  
  16.  
  17.         <p align="center"><font size="5">Processing...</font></p>
  18.  
  19.  
  20. <%
  21.     EOLN = chr(13) + chr(10)
  22.  
  23.     Set SpamCrusher = Server.CreateObject("SpamCrusherEnterprise.SpamCrusherEnte.1")
  24.     SpamCrusher.SetCurrentUser(Session("UserId"))
  25.  
  26.     Domain  = Request.Form("eDomain")
  27.  
  28.     'setting names are the same as the registry settings
  29.     SpamCrusher.AddDomain(Domain)
  30.     
  31.     SpamCrusher.Logoff()
  32.  
  33.     Response.Redirect("serversettings.asp")
  34.     Response.Write("")
  35. %>          
  36.     </body>
  37. </html>