MAPOPEN and MAPCLOSE v16

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

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