|
-
Jul 9th, 2003, 04:33 PM
#1
Thread Starter
Hyperactive Member
html forms {RESOLVED}
I have an html page that has a form on it. The action of the form is a mailto to send the form contents to me. I'm sure this is an easy question, but how do I have it show another page after the email has been sent?
Last edited by wolfrose; Jul 10th, 2003 at 01:10 PM.
-
Jul 9th, 2003, 05:13 PM
#2
Stuck in the 80s
Are you using any kind of script for this?
-
Jul 9th, 2003, 05:16 PM
#3
Thread Starter
Hyperactive Member
not yet. I am trying to keep it simple.
-
Jul 9th, 2003, 05:23 PM
#4
Stuck in the 80s
I doubt it's possible to do a redirect without a script, but someone might prove me wrong.
-
Jul 9th, 2003, 05:26 PM
#5
Thread Starter
Hyperactive Member
I can do scripts if I have to. That's not the problem. I just don't know how to do what I need to do.
-
Jul 9th, 2003, 10:26 PM
#6
Stuck in the 80s
What do you have available to you? CGI, PHP, ???
-
Jul 9th, 2003, 11:20 PM
#7
Thread Starter
Hyperactive Member
-
Jul 10th, 2003, 04:11 AM
#8
Try this
Code:
<form method="post" action="mailto:myass@bull****.com">
<input type="submit" value="GO!!!!!" onClick="document.location.href='aaa.html';">
</form>
-
Jul 10th, 2003, 01:09 PM
#9
Thread Starter
Hyperactive Member
-
Jul 10th, 2003, 01:42 PM
#10
Stuck in the 80s
Interesting. I thought doing that would just skip the submit. Nice.
-
Jul 10th, 2003, 01:47 PM
#11
Probably a snafu
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
|