on 4/29/02 11:36 AM, Chris Wagner at [EMAIL PROTECTED] wrote: > If so, could you possibly point me to a good source for a script? > > Thanks in advance. > > Chris Wagner > [EMAIL PROTECTED]
If you change your form to read like so, <form name="getinfo" action="mailto:[EMAIL PROTECTED] ?subject=Posting from website form" method="post" enctype="text/plain"> Then you don�t have to worry about a script at all. A form set up like that will just make the user�s computer send the e-mail to the specified account with it�s default e-mail application. �Course, some people don�t like to do things that way. But for a quick and dirty solution with no CGI interfacing needed, it works fine. Thanks, David ############################################################# This message is sent to you because you are subscribed to the mailing list <[EMAIL PROTECTED]>. To unsubscribe, E-mail to: <[EMAIL PROTECTED]> To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]> To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]> Send administrative queries to <[EMAIL PROTECTED]>
