Developer’s Guide

Table Of Contents
Publishing your database on the Web 8-13
Note In the Internet Explorer 4.5 for Mac OS browser window, you
Instant web page Format filename
must allocate at least 6 MB of memory to the web browser in order
to display the database layout.
Here’s another example of a redirect statement that displays the
database layout in the browser window.
<!DOCTYPE HTML PUBLIC “–//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/1999/REC-html1401-19991224/loose.dtd”>
<HTML>
<HEAD>
<META HTTP-EQUIV=”Refresh” Content=”0; URL=/FMRes/FMPJS?
–db=MyCustomUI.fp5&–layID=3&-token=25&-max=1&
-format=formvwcss.htm&-mode=browse&-ndall”>
</HEAD>
<BODY>
</BODY>
</HTML>
Note Layout ID numbers are determined by the original creation
order of all the layouts created for the database.
Format filenames for instant web pages
The following table lists the instant web pages and their format
filenames as they apply to those web styles that use cascading style
sheets.
Instant web page Format filename
Form View FormVwCSS.htm
Table View TableVwCSS.htm
Search SearchCSS.htm
New Record NewCSS.htm
Edit Record EditCSS.htm
Delete Record DeleteCSS.htm
Sort SortCSS.htm
Error Err.htm
Note When you suppress the Instant Web Publishing controls, your
users will be completely dependent on your buttons and scripts to
manage your database solutions in a browser. You can simulate a
“home” link by creating a button to perform a script composed of the
single step,
Open URL [No dialog, “http:/”]. (Note there is only one “/”
after “http:”.) This statement can’t be attached directly to the button
itself, but must be included in a script performed by the button.
Web Companion support for Internet
media types
The Web Companion supports current MIME (Multipurpose
Internet Mail Extensions) types registered for the Internet. The Web
Companion can also serve other types of media files besides HTML
to the web browser with the correct MIME type.
For example, you might want to serve WML (Wireless Markup
Language) documents from your web site. Browsers with the
appropriate plug-in would be able to display the file in the browser
window.
For information about the Internet media type registry, go to
ftp://ftp.iana.org/in-notes/iana/assignments/media-types/.