Using
FrontPage 98 |
| A Basic Form | Forms are a useful way to
collect information from visitors to your web page. If your FrontPage web is located on a
FrontPage server, you can use some of it's built-in forms-processing tools to take care of
the data. You can still use the FrontPage Editor to create HTML forms for pages that will
be saved on another type of server, but you will have to specify a separate CGI script to
process the form data. We'll be creating a simple Guestbook form here as an example. First, go to Form Field in the Insert menu, and choose "One-Line Text Box" to get started. This will create a text box (where people can type things), a Submit button, and a Reset button, all surrounded by a dashed line (shown selected here). Any further form fields should go within this dashed box if they are part of the same form (and you should usually only have one form per page to avoid confusion). Form Properties Fields Sample |
||
| See Guestbook Results |
| Working with Form Results |
Unless you're leaving your form results browsable to the world, you should always copy them to a different location (usually your home directory) before opening the results file to view the content. If you open the results directly from the web server, anyone who tries to submit form data during that time will not be allowed to do so, since you've effectively locked the file. | ||
| Tutorial Navigation |
Available only in the CS Department |
||