FrontPage ASP question

Joined
Jun 7, 2007
Messages
2
Reaction score
0
Howdy people,

If you're familiar with the Frontpage database submission form (submission_form.asp), by default, it returns the user back to the same form. I see in the code why this happens; the method "FP_FormConfirmationFromArrays" shows "submission_form.asp" as its forth parameter. I would like to return the user to the home page ( index.htm ) instead of dumping them back into the database submission form. I have to believe someone out there has done this because it really doesn't make sense to have the user return to the page they just filled out!

I've tried everything I can think of with no luck. Any help would really be appreciated!!!
 
Back
Top