This topic is locked

Goto ThankYou Page After Submission of New Record

1/30/2005 12:32:03 AM
ASPRunnerPro General questions
jmisson author

Hi,
On the Add asp page - I wish to goto a Thank You page (html) once the new record has been submitted rather than back to the same blank 'Add' page.
Can anyone assist me with the code.
Many thanks
Julie

www.simply-access.com

Sergey Kornilov admin 1/30/2005

Hi,
you can modify ..._add.asp page for this purpose. See my changes in bold.

Response.Redirect "thank_you_page.asp"

message="<div class=message><<< Record was added >>></div>"