Jan 1, 2003 #1 jovan40 Programmer Dec 11, 2001 46 US I have an email form created in Dream MX. How do I have a thank you page opened when the submit button is clicked?
I have an email form created in Dream MX. How do I have a thank you page opened when the submit button is clicked?
Jan 2, 2003 1 #2 TonyU Technical User Feb 14, 2001 1,317 US You can make this window any way you want to, After your email code add: <% response.redirect "Thanksyou.asp" %> ASP Questions? go to: http://www.aspfaq.com Upvote 0 Downvote
You can make this window any way you want to, After your email code add: <% response.redirect "Thanksyou.asp" %> ASP Questions? go to: http://www.aspfaq.com
Jan 2, 2003 Thread starter #3 jovan40 Programmer Dec 11, 2001 46 US Thank you for the help, just one other question: Do I place the code in the form tag or behind the submit button? Upvote 0 Downvote
Thank you for the help, just one other question: Do I place the code in the form tag or behind the submit button?
Jan 2, 2003 #4 TonyU Technical User Feb 14, 2001 1,317 US Make it the last line of code. ASP Questions? go to: http://www.aspfaq.com Upvote 0 Downvote
Jan 2, 2003 #5 schase Technical User Sep 7, 2001 1,756 US And if you have found a post helpful - mark the helpful person with a star. Done one for ya. "Never underestimate the power of determination" Stuart Upvote 0 Downvote
And if you have found a post helpful - mark the helpful person with a star. Done one for ya. "Never underestimate the power of determination" Stuart
Jan 2, 2003 #6 TonyU Technical User Feb 14, 2001 1,317 US [tt] You are welcomed jovan40, glad to have helped. Thanks Stuart. ASP Questions? go to: http://www.aspfaq.com Upvote 0 Downvote
[tt] You are welcomed jovan40, glad to have helped. Thanks Stuart. ASP Questions? go to: http://www.aspfaq.com