Method FrameSet():header() Professional

Mark the begin of information sent to the Web browser.

Syntax
:header( [<cTitle>] ) --> NIL
Parameters
<cTitle>
The parameter <cTitle> becomes the title of the resulting HTML page.
Return

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

Description

This method marks the begin of information sent to the Web browser.

HTML output:

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

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.