Method FrameSet():footer() Professional

Mark the end of a frameset.

Syntax
:footer( [<cNoFramesInfo>] ) --> NIL
Parameters
<cNoFramesInfo>
The character string <cNoFramesInfo> will be displayed on Web browsers that do not support frames.
Return

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

Description

The method ends the HTML code for a frameset and includes information for browsers not capable of displaying frames. If <cNoFramesInfo> is not specified, a default message is added including URLs for downloading Web browsers which can display frames.

HTML output:

<noframes> 
<body> 
cNoFramesInfo
</body> 
</noframes> 
</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.