To submit a series of forms without generating intervening confirmation
pages, you can redirect the form. Note that redirection does not work if
your Web browser does not support it. To do this, follow these steps:
- Start FrontPage and follow these steps:
- On the File menu, point to New, and click Page.
- Click Normal Page, and click OK.
- On the File menu, click Save As.
- In the URL box, type redir1.htm and click OK.
- Insert a META tag by following these steps:
- On the File menu, click Properties, and then click the Custom
tab.
- In the System Variable section, click Add.
- In the Name box, type refresh. In
the Value box, type 0;url=[FormPageTwo.htm] where [FormPageTwo.htm] is the name of the second
page that contains a form. Click OK.
- On the File menu, click Save.
- Open the page that contains the first form.
- Right-click the form, and click Form Properties on the menu that
appears.
- Click Options.
- Click the Confirmation Page tab.
- In the URL Of Confirmation Page box, type redir1.htm.
- On the File menu, click Save.
NOTE: If you need to chain together a series of more than two forms, create
a separate redirection and place it between each form page, by using the
procedure described earlier in this article.