|
|
 |
Re: FN-FORUM html form problem
date posted 17th January 2001 09:40
since your using asp, use an asp component not formmail.
have the form submit, then in your asp update a table create the email and
send it. if you must use formmail the check wich version of asp and iis
your using, if its iis4/asp2 then you can use the response.redirect with a
querystring, if iis5/asp3 then use server.transfer as that resubmits
information.
one more thing, since its a shopping cart you might be mailing credit card
details - if you are, are you encrypting them?
hth
dave ecky
David Eckersall
Kinetic North Limited
A member of the Wize Group of companies
Reg Co No 4100142
Reg Office and Business Address
St James House, Wellington Road North
Stockport SK4 2QN
Office Tel - 00 44 161 975 5900
Office Fax - 00 44 161 975 5924
Web - http://www.kineticnorth.com
This communication contains information which is confidential and may also
be privileged. It is for the exclusive use of the intended recipient(s). If
you are not the intended recipient(s) please note that any form of
distribution, copying or use of this communication or the information in it
is strictly prohibited and may be unlawful. If you have received this
communication in error please return it to the sender. Internet e-mails are
not necessarily secure. Kinetic North Limited does not accept responsibility
for changes made to this message after it was sent. Our messages are checked
for viruses but please note that we do not accept liability for any viruses
which may be transmitted in or with this message.
----- Original Message -----
From: [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Tuesday, January 16, 2001 5:30 PM
Subject: Re: FN-FORUM html form problem
> I have a shopping cart that as with any shopping cart needs the order and
personal details emailing to the seller. I'm unsure what the best way to go
about this is. I've been trying to formmail the results and update a table
at the same time. Maybe I'm going about this the wrong way.
> any help would be much appreciated
>
> cheers
> Rob
>
> ============================================================
>
> * Free listing for freelancers
> * Free to advertise jobs
> * Free jobs distribution service
> * Free database of 1000 freelancers
>
> Freelancers and Freelance Jobs
> http://www.freelancers.net
>
> To post to the Forum:
> [EMAIL REMOVED]
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
> To subscribe to the digest for this list or for further information please
visit:
> http://www.freelancers.net/forum.html
|
 |
|