|
| Dreamweaver Forms |
 |
Wed, 17 Oct 2007 00:43:08 +000 |
I have a form on my website and when I click the submit button, I want the
button to both send the information to my email which it already does and
redirect to my homepage instead of showing what was sent to my server. I was
wondering what code I would have to use to make that happen. I am using a yahoo
web server if this helps.
|
| Post Reply
|
| Re: Dreamweaver Forms |
 |
Tue, 27 Nov 2007 07:23:51 +000 |
hi
At the end of your asp form code try putting:
Response.Redirect "myhomepage.asp"
%>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|