K
kyleq
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.
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.