Method Html3():footer() Professional
Mark the end of the HTML page.
Syntax
:footer( [<cFooter>] ) --> NIL
Parameters
<cFooter>
The optional argument <cFooter> is an HTML formatted character string is staffed at the end of the HTML <body> tag.
Return
The return value of the method :footer() is always NIL.
Description
After :footer() is called in a form-function, the function must return .T. (true) to instruct the WAA server to send the assembled HTML page. If a form-function returns .F. (false), all information assembled so far is discarded.
HTML output:
[cFooter]
</body>
</html>
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.