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