AREA v15
This function and procedure generates the <AREA>
HTML tag, which defines a client-side image map.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
ccoords | The value for the COORDS attribute |
cshape | The value for the SHAPE attribute |
chref | The value for the HREF attribute |
cnohref | If the value for this parameter isn't NULL , adds the NOHREF attribute to the tag |
ctarget | The value for the TARGET attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters