ISINDEX v15
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
Parameter | Purpose |
---|---|
cprompt | The value for the PROMPT attribute |
curl | The value for the HREF attribute |
- On this page
- Syntax
- Parameters