|
Posted by Joe on May 25, 2005, 11:17 am
Please log in for more thread options
I currently have some ASP on my contact us page that displays a thank
you message on the same page as the contact us form when it has been
successfuly sent.
However, the contents of the form were being sent to a free service,
which has now added advertisments, so I am now going to use a FormMail
script.
I do know how to install & setUp a PHP script, but changing my contact
us page from .asp to .php would stop the ASP script from working.
Basically, would it be easier to get a PHP script to display the thank
you message, in which case, could someone please tell me of one, or
would it be easier to get an ASP formMail script, in which case could
someone please tell my of one.
Thanks very much, in advance,
Joe
|
|
Posted by Karim on May 25, 2005, 12:44 pm
Please log in for more thread options
On 25 May 2005 10:17:12 -0700, Joe wrote:
show/hide quoted text
> I currently have some ASP on my contact us page that displays a thank
> you message on the same page as the contact us form when it has been
> successfuly sent.
> However, the contents of the form were being sent to a free service,
> which has now added advertisments, so I am now going to use a FormMail
> script.
> I do know how to install & setUp a PHP script, but changing my contact
> us page from .asp to .php would stop the ASP script from working.
> Basically, would it be easier to get a PHP script to display the thank
> you message, in which case, could someone please tell me of one, or
> would it be easier to get an ASP formMail script, in which case could
> someone please tell my of one.
> Thanks very much, in advance,
> Joe
You didn't explain why you want to switch from asp to php since what you
want to do can be done easily in asp.
You can get free asp scripts from aspin.com. hotscripts.com.
Karim
--
http://www.cheapesthosting.com - Innovative Web Hosting since 1998
Spam and Virus protected email - Online calendars with email notification
Camera phone photos automatic transfers to your photo album (RSS Enabled
|
|
Posted by Arnie Goetchius on May 25, 2005, 8:05 pm
Please log in for more thread options
Joe wrote:
show/hide quoted text
> I currently have some ASP on my contact us page that displays a thank
> you message on the same page as the contact us form when it has been
> successfuly sent.
> However, the contents of the form were being sent to a free service,
> which has now added advertisments, so I am now going to use a FormMail
> script.
> I do know how to install & setUp a PHP script, but changing my contact
> us page from .asp to .php would stop the ASP script from working.
> Basically, would it be easier to get a PHP script to display the thank
> you message, in which case, could someone please tell me of one, or
> would it be easier to get an ASP formMail script, in which case could
> someone please tell my of one.
> Thanks very much, in advance,
> Joe
>
I just switched over to Jacks formmail.php and use the following directive to
display the thank you message:
show/hide quoted text
<input type="hidden" name="redirect" value="http://www.yourname.com/thanks.htm">
The php (free) is available at dtheatre.com scripts
|
|
Posted by William Tasso on May 27, 2005, 1:10 am
Please log in for more thread options
Forging a path through the Usenet jungle, armed only with a rusty G2/0.2,
Joe stumbled into alt.www.webmaster and said:
show/hide quoted text
> I currently have some ASP on my contact us page that displays a thank
> you message on the same page as the contact us form when it has been
> successfuly sent.
> However, the contents of the form were being sent to a free service,
> which has now added advertisments, so I am now going to use a FormMail
> script.
http://www.google.com/search?q=asp+formmail
show/hide quoted text
asp: <%="Thank you"%>
ASP Mail scripts are fairly trivial. I'd be inclined to start at
asp101.com and look through their example for something useful.
--
Whatever you do - do something.
|
| Similar Threads | Posted | | relatively simple/secure formmail script recommendation? | September 10, 2007, 8:19 pm |
| NMS Formmail question | January 26, 2005, 3:12 pm |
| webmail/formmail | April 17, 2005, 3:34 am |
| FormMail Problems - Please help! | April 21, 2005, 7:19 am |
| Problem with FormMail | September 18, 2005, 6:17 am |
| PHP Formmail issues | April 30, 2009, 8:50 am |
| 403 errors with FormMail.pl on 1and1 | October 7, 2005, 3:17 pm |
| FormMail "Submit Query" Button edit | January 19, 2005, 1:32 pm |
| Formmail, recaptcha, and custom error page | March 12, 2010, 6:03 pm |
| Useful script perhaps | August 27, 2005, 11:22 pm |
|
> you message on the same page as the contact us form when it has been
> successfuly sent.
> However, the contents of the form were being sent to a free service,
> which has now added advertisments, so I am now going to use a FormMail
> script.
> I do know how to install & setUp a PHP script, but changing my contact
> us page from .asp to .php would stop the ASP script from working.
> Basically, would it be easier to get a PHP script to display the thank
> you message, in which case, could someone please tell me of one, or
> would it be easier to get an ASP formMail script, in which case could
> someone please tell my of one.
> Thanks very much, in advance,
> Joe