META v15
This function and procedure generates the <META>
tag, which embeds meta-information about the document and specifies values for HTTP headers.
Syntax
The following is the syntax for HTP:
HTP.META ( chttp_equiv IN VARCHAR2 cname IN VARCHAR2 ccontent IN VARCHAR2);
The following is the syntax for HTF:
HTF.META (chttp_equiv, cname, ccontent) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
chttp_equiv | The value for the HTTP-EQUIV attribute |
cname | The value for the NAME attribute |
ccontent | The value for the CONTENT attribute |
- On this page
- Syntax
- Parameters