ISINDEX v16

This function and procedure creates a single entry field with a text prompt, such as "Enter value", and then sends that value to the URL of the page or program.

Syntax

The following is the syntax for HTP:

HTP.ISINDEX (
   cprompt        IN       VARCHAR2    DEFAULT NULL
   curl           IN       VARCHAR2    DEFAULT NULL);

The following is the syntax for HTF:

HTF.ISINDEX (cprompt, curl) RETURN VARCHAR2;

Parameters

ParameterPurpose
cpromptThe value for the PROMPT attribute
curlThe value for the HREF attribute