LINKREV v15
This function and procedure generates the <LINK>
tag with the REV attribute. The REV attribute is the relationship described by the hypertext link from the target to the anchor.
Syntax
The following is the syntax for HTP:
HTP.LINKREV ( crev IN VARCHAR2 curl IN VARCHAR2 ctitle IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.LINKREV (crev, curl, ctitle) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
crev | The value for the REV attribute |
curl | The value for the HREF attribute |
ctitle | The value for the TITLE attribute |
- On this page
- Syntax
- Parameters