FORMPASSWORD v16

This function and procedure generates the <INPUT> tag with TYPE="password". This tag creates a single-line text entry field.

Syntax

The following is the syntax for HTP:

HTP.FORMPASSWORD (
   cname          IN       VARCHAR2
   csize          IN       VARCHAR2
   cmaxlength     IN       VARCHAR2   DEFAULT NULL
   cvalue         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.FORMPASSWORD (cname, csize, cmaxlength, cvalue, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
cnameThe value for the NAME attribute
csizeThe value for the SIZE attribute
cmaxlengthThe value for the MAXLENGTH attribute
cvalueThe value for the VALUE attribute
cattributesOther attributes to include as is in the tag