|
-
Sep 29th, 2000, 05:13 PM
#1
Thread Starter
Hyperactive Member
I want to mail the contents of a form, and I need to do this using the mailto Action of the form, but I would also like my form to jump to a new page afterwards that displays confirmation that the mail has been sent. Any ideas?
-
Sep 30th, 2000, 01:31 AM
#2
Hyperactive Member
Do you mean strcitly HTML ?
What I mean is, how do you send the Email ? using ASP ?
In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.
- Douglas Adams
The Hitchhiker's Guide to the Galaxy
-
Sep 30th, 2000, 11:08 AM
#3
Thread Starter
Hyperactive Member
I can't use ASP for this one. So I have to use the following
<form Name="InputForm" ONSUBMIT="return Validate()" METHOD="POST"
ACTION="mailto:[email protected]" ENCTYPE="text/plain" align="center">
Is there any way I could force a jump to a new page after the e-mail is sent?
-
Oct 1st, 2000, 11:20 AM
#4
Hyperactive Member
sorry dude, never used it before ...
In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.
- Douglas Adams
The Hitchhiker's Guide to the Galaxy
-
Oct 2nd, 2000, 09:27 AM
#5
Thread Starter
Hyperactive Member
Well I read up on this and apparently it is not possible and what is needed is to set up a hidden form on the page and submit that one instead and then set a timer to refresh the current page.
Thanks anyway Asabi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|