PARAM v16

This function and procedure generates the <PARAM> tag, which specifies parameter values for Java applets.

Syntax

The following is the syntax for HTP:

HTP.PARAM(
   cname          IN       VARCHAR2
   cvalue         IN       VARCHAR2);

The following is the syntax for HTF:

HTF.PARAM(cname, cvalue) RETURN VARCHAR2;

Parameters

ParameterPurpose
cnameThe value for the NAME attribute
cvalueThe value for the VALUE attribute