FORMHIDDEN v16

This function and procedure generates the <INPUT> tag with TYPE="hidden". This tag inserts a hidden form element that the user doesn't see. It submits additional values to the script.

Syntax

The following is the syntax for HTP:

HTP.FORMHIDDEN (
   cname          IN       VARCHAR2
   cvalue         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.FORMHIDDEN (cname, cvalue, cattributes) RETURN VARCHAR2;

Parameters

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