Developer’s Guide

Table Of Contents
7-12 Developer’s Guide
These three examples were designed to be viewed in the Internet
Explorer 5.0 for Windows web browser. For information on new
browsers that can be used to view the examples, double-click
FileMaker on the Web (on the FileMaker Pro Help menu, or on the
FileMaker Developer 5.5 CD) to go to the FileMaker product
support pages in your browser.
To view the examples:
1. Place a copy of the Simple Examples folder and its files in the Web
folder inside the FileMaker Pro 5.5 application folder on your hard
disk.
FileMaker Pro 5.5 > Web > Simple Examples
Note For security, when actually publishing a database on the Web,
you should not keep the database file in the Web folder unless you
plan to administer it remotely. See “Opening password-protected
databases remotely” on page 6-18 for more information.
2. In FileMaker Pro, open the People.fp5 database and make sure it’s
shared via the Web Companion.
See “Enabling the Web Companion” on page 6-3 and “Sharing the
database via the Web” on page 6-5 for information.
3. In your web browser, type localhost (or your computer’s IP
address) followed by /simple examples/ and press Enter.
http://localhost/simple examples/
http://17.17.17.17/simple examples/
For information on setting up your computer as the localhost, see
“Testing your site without a network connection” on page 6-17.
4. On the Default.htm page, click the links to the CSS, XSL, and
Scripting/DOM examples, or view the source to see the FileMaker Pro
CGI requests for the links.
See “Generating FileMaker Pro CGI requests for an XML
document” on page 7-8 for information.
Cascading style sheets (CSS) example
Cascading style sheets (CSS) documents format the text style (font,
size, color, etc.) and positioning of your data in an XML document.
The seven fields in the People.fp5 database
used for these examples