home *** CD-ROM | disk | FTP | other *** search
/ ftp.americansys.com / 2014.06.ftp.americansys.com.tar / ftp.americansys.com / spamcrusherenterprise.exe / web / addfriends.asp < prev    next >
Text File  |  2004-05-28  |  1KB  |  29 lines

  1. <html>
  2.     <head>
  3.         <title>Spam Crusher - Add Friends</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.         <!--#include FILE="header.asp"-->
  13. <!--#include FILE="timeout.asp"-->
  14.  
  15.         <p align="center"><font size="5">Add a friend</font></p>
  16.         <P align="center">You can either type their email address or simply type a domain 
  17.             name.  If you only type a domain name you will receive email from everyone 
  18.             in that domain.  For example, if you type americansys.com, everyone at 
  19.             American Systems will be able to send you email.</P>
  20.         <form name="frmFriend" action="savefriends.asp" method="post">
  21.             <p align="center">
  22.                 <input type="text" name="eFriend" size="20" tabindex="1" ID="eFriend">
  23.                 <input type="submit" value="Save" name="btnSave" ID="btnSave"> 
  24.                 <input type="reset" value="Reset" name="btnReset" ID="btnReset"> 
  25.             </p>
  26.         </form>
  27.     </body>
  28. </html>
  29.