O4WSectionStart routine
Description
Creates a new O4W section.
Syntax
O4WSectionStart(sectionName, style)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
sectionName | The name of the section to be started. | |
style | When specified, the style is applied to the section of the web page that is generated. Note that style can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions. |
Remarks
You may group areas of your web page into different "sections." These sections can perform different behaviours (for example, they can be individually refreshed).
If the O4WHtmlOptions option to return HTML was specified for the O4WSectionStart call, then O4WSectionEnd returns the generated HTML.