Method Html3():header() Professional

Mark the beginning of the HTML page. Web browser.

Syntax
:header( [<cTitle>], [<cBody>] ) --> NIL
Parameters
<cTitle>
The optional parameter <cTitle> is a character string becoming the title of the HTML page.
<cBody>
The optional parameter <cBody> is a character string becoming the body of the HTML page.
Return

The return value of the method :addHeader() is always NIL.

Description

The method :header() marks the begin of information sent to the Web browser. If the method is called a second time, all previous HTML output is discarded and a new HTML page definition starts.

HTML output:

<html> 
<head><title>[cTitle]</title></head> 
<body[ cBody]> 

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.