ANCHOR and ANCHOR2 v17
These functions and procedures generate the <A>
and </A>
HTML tags, which specify the source or destination of a hypertext link.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
curl | The value for the HREF attribute |
ctext | The string that goes between the <A> and </A> tags |
cname | The value for the NAME attribute |
ctarget | The value for the TARGET attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters