Method Header()
Syntax
:Header( cTitle, [lBR], [lWrite])
Parameters
|
|
cTitle |
The Title of the Web Page being returned to the User. |
|
|
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 <HTML><HEAD><TITLE> Tags.
Description
Creates the top portion of a Web Page.
If META variables were created with :SetMeta(), they are also included in the HEAD Tags.
See Also:
:Footer(), :SetMeta(), :MetaVars
![]() |