MAILTO v16

This function and procedure generates the <A> tag with HREF set to 'mailto' prepended to the mail address argument.

Syntax

The following is the syntax for HTP:

HTP.MAILTO (
   caddress       IN       VARCHAR2
   ctext          IN       VARCHAR2
   cname          IN       VARCHAR2
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.MAILTO (caddress, ctext, cname, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
caddressThe email address of the recipient
ctextThe clickable portion of the link
cnameThe value for the NAME attribute
cattributesOther attributes to include as is in the tag