Welcome To Our Site! | ||
| DYNAMIC vs. STATIC Pages This solution contains pages that use the DYNAMIC style of coding. Below is a quick overview of the differences in the differences between DYNAMIC and STATIC coding styles. The STATIC method references files directly, without being processed by the FileMaker Pro Web Companion. The files include all the details needed to display the HTML properly. There can be no CDML replacement tags in them.The STATIC form explicitly specifies the contents of the form elements (e.g., The popup-menus have all their options specified). Using the DYNAMIC method, CDML commands are processed by the FileMaker Pro Web Companion to query a database and generate HTML for such items as popup-menus, check boxes, radio buttons, etc... To have the Web Companion process a DYNAMIC page, you include CDML commands in the URL to the file, for example: http://www.claris.com/FMPro?-db=101Tips.FP3&-format=example.htm&-view |