home *** CD-ROM | disk | FTP | other *** search
/ ftp.americansys.com / 2014.06.ftp.americansys.com.tar / ftp.americansys.com / spamcrusherenterprise.exe / web / saveaccountdetails.asp < prev    next >
Text File  |  2004-05-03  |  1KB  |  40 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.         <!--#include FILE="header.asp"-->
  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.     Acct = Request.QueryString("Account")
  27.     Skip=0
  28.     if (Request.Form("cbSkip")="ON") then
  29.         Skip=1
  30.     End If
  31. '    Response.Write(Request.Form("cbSkip"))
  32.  
  33.     SpamCrusher.SaveAccountData Acct, Request.Form("eAltServer"), Request.Form("ePwd"), Skip
  34.     SpamCrusher.Logoff()
  35.  
  36.     Response.Redirect("accountdetail.asp?Account="+Acct)
  37.     Response.Write("")
  38. %>          
  39.     </body>
  40. </html>