|
-
Mar 21st, 2002, 09:21 AM
#1
Thread Starter
Lively Member
Form Help
I have a feedback form on my web page that is submitted VIA email. I want the site to go to a "thank you for entering" type page when submit is clicked. how would I go about doing thi.s The form submits just fine, but the site just stays on the form page. How do I fix this?
"Have you ever woken up, looked at yourself in the mirror, and said 'screw the diet, how fat can i possibly get'?"
-
Mar 21st, 2002, 09:39 AM
#2
Fanatic Member
How are you posting the form? into an ASP page? PL? CGI? PHP? Can you post a sample so we can have a look at?
Thanks
-
Mar 21st, 2002, 09:54 AM
#3
Thread Starter
Lively Member
Umm. yeha
this is my form tag
<FORM Action="mailto:[email protected]" method=post>
"Have you ever woken up, looked at yourself in the mirror, and said 'screw the diet, how fat can i possibly get'?"
-
Mar 21st, 2002, 10:55 AM
#4
Fanatic Member
try adding the onclick event to your submit button and use javascript to load another page...
eg
<input type="submit" onclick="document.location.href='aknowledgement.htm';">
Hope this what you are looking for
-
Mar 21st, 2002, 11:00 AM
#5
PowerPoster
I'd advise using a specific script to deal with that because it can do that and much more besides. Not only that but not all browsers support form mailing like that
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
|