Method Footer()
Syntax
:Footer( [lBR], [lWrite] )
Parameters
|
|
lBR |
Logical indicating whether to append a <BR> (Web newline) to Display elements |
|
|
lWrite |
Logical indicating whether to send results directly to the User's Browser |
Return
If :lWrite, Number of characters written to Browser.
Otherwise, the results is the completed "</BODY></HTML>" Tags.
Description
Closes the <Body> Tag and completes the Page.
Should be the last Method called prior to the :Destroy() Method.
See Also:
![]() |