LINKREL v16

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

ParameterPurpose
crelThe value for the REL attribute
curlThe value for the HREF attribute
ctitleThe value for the TITLE attribute