named: [areatarget href=``dir/page'' target=``frame'' arg=``argument'']
positional: [areatarget pg frame arg*]
Inserts a Vend URL in a format to provide a targeted reference for a client-side imagemap. You set up the <AREA> tag with:
<AREA COORDS="220,0,270,20" HREF="[areatarget page frame]">
If frames are enabled, this will expand to:
<AREA COORDS="220,0,270,20" HREF="http://machine.company.com/vlink/page?ErTxVV8l;;38" TARGET="frame">
If frames are not enabled, this will expand to:
<AREA COORDS="220,0,270,20" HREF="http://machine.company.com/vlink/page?ErTxVV8l;;38">