Tag Definitions %TARGET%
Retrieves the target window for a link to a page
This tag is used in conjuction with other tags (like LIST) and renders the URL of a page, external link or file.
This tag has no attributes.
Example
In this example the target is used to set the target property of a javascript link object:
<li><a href="%LINK%" onclick="setURLTarget(this,'%TARGET%')">%TITLE%</a></li>
The following implementation is not valid XHTML and should not be used:
<li><a href="%LINK%" target="%TARGET%">%TITLE%</a></li>