Create your own confirmation page that contains the link to a different
page - the confirmation page must have an .asp extension. Then, with
submission_form.asp open in Design View, right-click on the form, choose
Form Properties > Options > URL of confirmation page and browse to your own
confirmation page.
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web:
http://www.spiderwebwoman.com/resources/
"kyleq" <(E-Mail Removed)> wrote in message
news:A20D92E6-51B3-40E6-9341-(E-Mail Removed)...
>I have used the database interface wizard to create a data entry screen.
> After the input is complete and the visitor clicks on "OK" a confirmation
> screen appears and at the end of the confirmation screen the visitor is
> given
> a link to return to the data entry screen. I want to send the visitor to a
> different page.
>
> According to the address bar the confirmation screen is generated without
> leaving the submission page.
>
> The following code ends the data entry and sends the user to the
> confirmation screen.
> <p style="margin-top: 0; margin-bottom: 0" align="left"><font
> face="Verdana"><input type="submit" value=" OK "><input type="reset"
> value=" Reset "></font></p>
>
> The following code, generated by FrontPage, appears to correspond to the
> information provided on the confirmation screen. Changing it provides very
> unpredicted results.
>
> FP_FormConfirmationFromArrays "text/html; charset=windows-1252",_
> "Form Confirmation",_
> "Thank you for submitting the following information:",_
> "submission_form_address.asp",_
> "Return to the form.",_
> arFormDBFields0,_
> arFormValues0
>
> I want the user to go to ThankYou.htm after seeing the confirmation info.
> Help please.
>