<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I have a page at <A 
href="http://www.meantrader.com/Trial.htm">http://www.meantrader.com/Trial.htm</A> 
that I use to accept <BR>trial subscribers to a service I run.<BR><BR>I have 
Javascript on page that validates that user has supplied an e-mail <BR>address 
and confirms user has accepted the terms and conditions for the service.&nbsp; 
Works <BR>fine on our computers.&nbsp; Receiving complaints from users 
attempting to sign <BR>up that nothing happens when they attempt to sign 
up.<BR><BR>What I have programmed on the form is:<BR><BR>&lt;FORM NAME ="form1" 
action="<A href="mailto:Trial@MEANtrader.com">mailto:Trial@MEANtrader.com</A>" 
METHOD="post" <BR>onsubmit="validate();"<BR><BR>So I'm expected the user to see 
an e-mail sent with the Trial subscription <BR>information.<BR><BR>Appreciate 
any ideas on what problem might be going on and best way to test for this 
<BR>kind of thing.&nbsp; Thanks.</DIV></BODY></HTML>