home *** CD-ROM | disk | FTP | other *** search
/ ftp.americansys.com / 2014.06.ftp.americansys.com.tar / ftp.americansys.com / spamcrusherenterprise.exe / web / trialmsg.asp < prev    next >
Text File  |  2004-05-13  |  412b  |  15 lines

  1. <%
  2. function ShowTrialMsg()
  3.  
  4. if (SpamCrusher.IsDemoMode()) then
  5.         DaysLeft = SpamCrusher.GetDemoDaysLeft()
  6.         Response.Write("<p align=center><font color=#ff0000 size=5>***TRIAL MODE: " + CStr(DaysLeft) + " Days Left***</font><br>")
  7.         Response.Write("<font size=5><a target=_blank href=""https://www.americansys.com/secure/order.htm"">Click Here</a> to Order</font></p>")
  8.     End If
  9.  
  10. end function
  11.  
  12. %>
  13.  
  14.  
  15.