23kStudios
IS-IT--Management
I got a form going on...
When you push submit information is sent to an email address, and everything is fine.
I created a "submission successful page" @
But when you push submit it opens aspscript.asp (which queries all the information from the form @ sends to email - etc).
*** I need this to immidiately redirect to though. How can this be done?
I know the command is...
if Mailer.SendMail then
-But what could go here that will change the browsers URL immidiately??
Can anyone help me with this problem!
Also in the form.html (form) file itself the form action is..
<form action="aspscript.asp" method="post">
Maybe that has something to do with letting this happen?? Not sure... please help
When you push submit information is sent to an email address, and everything is fine.
I created a "submission successful page" @
But when you push submit it opens aspscript.asp (which queries all the information from the form @ sends to email - etc).
*** I need this to immidiately redirect to though. How can this be done?
I know the command is...
if Mailer.SendMail then
-But what could go here that will change the browsers URL immidiately??
Can anyone help me with this problem!
Also in the form.html (form) file itself the form action is..
<form action="aspscript.asp" method="post">
Maybe that has something to do with letting this happen?? Not sure... please help