IMG and IMG2 v15
These functions and procedures generate the <IMG>
tag, which loads an image onto the HTML page. The difference between these syntaxes is that htp.img2
uses the cusemap
parameter.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
curl | The value for the SRC attribute. |
calign | The value for the ALIGN attribute. |
calt | The value for the ALT attribute, which specifies alternative text to display if the browser doesn't support images. |
cismap | If the value for this parameter isn't NULL , adds the ISMAP attribute to the tag. The attribute indicates that the image is an imagemap. |
cusemap | The value for the USEMAP attribute, which specifies a client-side image map. |
cattributes | Other attributes to include as is in the tag. |
- On this page
- Syntax
- Parameters