J
jp2code
I've got a form that posts to itself when submitted.
Right now, after the form is submitted, the code checks that all of its
fields are valid, then processes the information. If all goes well, visitors
are then redirected using Response.Redirect("thanks.asp").
What I'd like to do is replace Response.Redirect("thanks.asp") with
something more like the post that happens on the form so that "thanks.asp"
can display a summary of what was submitted.
Is there a way to do this? Can you call a "post" somehow from Classic ASP?
I have not spent a lot of time with ASP, so it could be something simple!
Right now, after the form is submitted, the code checks that all of its
fields are valid, then processes the information. If all goes well, visitors
are then redirected using Response.Redirect("thanks.asp").
What I'd like to do is replace Response.Redirect("thanks.asp") with
something more like the post that happens on the form so that "thanks.asp"
can display a summary of what was submitted.
Is there a way to do this? Can you call a "post" somehow from Classic ASP?
I have not spent a lot of time with ASP, so it could be something simple!