w3HtmlInit initializes the application for generating HTML documents. The application name is used to set the header and footer name for the application. If there is no header or footer name found for this application, then the generic system.headfoot.html is used. See w3HtmlHeader for more information.
call w3HtmlInit (appname , options )
|
appname |
In |
The name of this application. In the guestbook example, this would be 'guestbook'. |
|
options |
Out |
Options to this routine. Existing options are:
|
Example Programs