Typical usage

A typical Web page is created using FlashConnect calls in this order:

Order Call Description
1 include www,bp, w3include Inserted once, usually toward the beginning of the program.
2 w3HtmlInit Called once per form to select a template. This provides a common look and feel for all pages in an application. See the Standard Look and Feel section in the Installation, Administrator's, and Programmer's Guides for more information about this topic.
3 w3HtmlHeader Sets up the Web page heading.
4 w3Html* and w3Print subroutines Builds the Web page body.
5 w3HtmlFooter Closes off the Web page.
6 w3Input Sends the Web page to the user, and waits for a response or for a timeout.
7 w3GetVal Retrieves the data the user entered in the form.