How Your Database Interface Pages WorkNow that your work is done behind the scenes, you can take your new application out for a test drive. FrontPage creates a group of Web pages that give your visitors access to your database records. You'll read about these pages below and then learn how your new feature actually works in a browser. 17.3.1. Web Pages FrontPage CreatesFrontPage creates three Web pages that let visitors communicate with the database:
Note: If you used the Database Interface Wizard to create a new Web site, FrontPage also creates an Index1.htm (or default.htm) home page with links to the other three pages. 17.3.2. Your Pages in ActionTo see how your new feature works, open the results_page.asp page in your browser (see Figure 17-3).
17.3.2.1 Editing a recordOnce you've opened your new database interface in a browser, you can play around with your data. To edit a record:
17.3.2.2 Adding a recordAdding a new record is as simple as filling out a Web form. From within the Results page, click Submission Form. You'll be prompted to enter the user name and password you set up for the data interface feature. Enter them and click Login. Note: You can also access the submission form from the Database Editor page. Just click Add New Record on the upper left. The submission form opens in your browser. Complete the fields and click OK. A confirmation page displays showing you the information you entered. If you return to the Results page, you can see the record you added at the end of the list. 17.3.2.3 Deleting a recordYou can delete records from within the Results page only. To do so, select the record by turning on the checkbox to its left. (You can select as many as you want.) Then click Delete Selected Records. Record details appear in the bottom frame, and the editor prompts you to confirm that you really want to delete that page. If you do, click OK. |

