TITLE v15
This function and procedure generates the <TITLE>
and </TITLE>
tags, which specify the text to display in the title bar of the browser window.
Syntax
The following is the syntax for HTP:
HTP.TITLE (ctitle IN VARCHAR2);
The following is the syntax for HTF:
HTF.TITLE (ctitle) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctitle | The text to display in the title bar of the browser window |
- On this page
- Syntax
- Parameters