O4WSectionEnd routine
Description
Ends an O4W section.
Syntax
O4WSectionEnd(sectionName)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
sectionName | The name of the section to end. |
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.