GoFiler Complete

GoFiler Script Reference

 

Legato v 1.1c

Application v 4.20ab

  

 

Chapter ElevenSGML Functions (continued)

HTMLHeaderSetTitle Function‡

Overview

The HTMLHeaderSetTitle function sets the title (web page caption) for the associated page.

This function is not available in the current release.

Syntax/Parameters

Syntax

int = HTMLHeaderSetTitle ( handle hHeader, string title );

Parameters

hHeader

A handle to an HTML Header Object.

Return Value

Returns an int specifying .

Remarks

[The title identifies the content of the document in a wide context and can show up in a browser tab or as the title of a browser window.

The title is not part of the text of the document, but is a property of the whole document. It may not contain anchors, paragraph marks, or highlighting. The title may be used to identify the node in a history list, to label the window displaying the node, etc.

The title should ideally be less than 64 characters in length. That is, many applications will display document titles in window titles, menus, etc where there is only limited room.

Related Functions