Ask a Question related to ASP, Design and Development.
-
Sam #1
Send email from HTML Form without ASP
Hi...I was wondering if it is possible to send an email containing data
caught in an HTML form, without using ASP (as my ISP doesn't support ASP).
Thanks.
Sam Guest
-
send email form to ColdFusion
I am trying to send data filled out in a form in my flash movie to send mail using CFMAIL. In my form that is in Flash I have variables set. Then... -
Send data from a form through email without using CFMAIL
Newbie question: I have this form that collects data from input boxes and would like to send that data to an email address. Is there a way to do... -
Send form by clicking button (by email)
Hello, how can i send an email by clicking a button? This action should take al data from the fields and send this to an emailaddress... ... -
send email address from form
I have a page on which an automatically generated password is inserted into my access database for storage. What I need to do is at the same time,... -
how to send html email from perl
I just had the same question, and found that the following works. If you're using the "sendmail" package (see... -
Ray at #2
Re: Send email from HTML Form without ASP
What does your host support? PHP? You'd need some sort of server-side
programming technology if you want to programmatically instruct your server
to do something.
Ray at work
"Sam" <nospam@nospam.com> wrote in message
news:OTlDZaClDHA.1084@tk2msftngp13.phx.gbl...> Hi...I was wondering if it is possible to send an email containing data
> caught in an HTML form, without using ASP (as my ISP doesn't support ASP).
>
> Thanks.
>
>
Ray at Guest
-
Randy Rahbar #3
Re: Send email from HTML Form without ASP
> Hi...I was wondering if it is possible to send an email containing data
You could have your form submit directly to your email address...> caught in an HTML form, without using ASP (as my ISP doesn't support ASP).
<form method=post action="mailto:yourname@yourdomain.com">
This is somewhat unreliable though, since it may not work with some older
browsers. Also, I think the user will be prompted that the info is being
submitted by email - I don't remember though, I haven't used this method in
a long, long time.
Randy
Randy Rahbar Guest
-
Adrienne #4
Re: Send email from HTML Form without ASP
Gazing into my crystal ball I observed "Randy Rahbar"
<rvrahbarAThotmail.com> writing in
news:O9aKZpClDHA.2312@TK2MSFTNGP12.phx.gbl:
Yes, that's exactly what's going to happen, which will not obviously work>>> Hi...I was wondering if it is possible to send an email containing
>> data caught in an HTML form, without using ASP (as my ISP doesn't
>> support ASP).
> You could have your form submit directly to your email address...
><form method=post action="mailto:yourname@yourdomain.com">
>
> This is somewhat unreliable though, since it may not work with some
> older browsers. Also, I think the user will be prompted that the info
> is being submitted by email - I don't remember though, I haven't used
> this method in a long, long time.
>
> Randy
>
>
>
for people using a library, Internet Cafe, Kinko's, web mail users, at a
client's, etc.
To the OP, if you don't have access to server side script, then use
something remotely hosted, eg. [url]http://www.reponse-o-matic.com[/url] .
--
Adrienne Boswell
Please respond to the group so others can share
[url]http://www.arbpen.com[/url]
Adrienne Guest



Reply With Quote

