DH
Programmer
- Dec 8, 2000
- 168
I have built an order form with a send order now button that when pushed validates the order and then uses email to send the order info. I would like to automatically goto another page once the order info is emailed. This is what I have so far:
<FORM NAME="orderform" form method="post" ACTION="mailto:email@site.com" enctype="text/plain" onSubmit="return validate()";>
Any suggestions or code examples on how to automatically have another page load after order info is emailed? Thanks.
<FORM NAME="orderform" form method="post" ACTION="mailto:email@site.com" enctype="text/plain" onSubmit="return validate()";>
Any suggestions or code examples on how to automatically have another page load after order info is emailed? Thanks.