MAPOPEN and MAPCLOSE v17
This function and procedure generates the <MAP>
and </MAP>
tags, which mark a set of regions in a client-side image map.
Syntax
The following is the syntax for HTP:
HTP.MAPOPEN( cname IN VARCHAR2 cattributes IN VARCHAR2 DEFAULT NULL); HTP.MAPCLOSE;
The following is the syntax for HTF:
HTF.MAPOPEN(cname, cattributes) RETURN VARCHAR2; HTF.MAPCLOSE RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
cname | The value for the NAME attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters