Index  Up  <<  >>  


[area ...]

named: [area href=``dir/page'' secure=1* arg=``argument''* form=``form string''*]

positional: [area pg arg*]

HTML example: <A MV=``area dir/page'' HREF=``dir/page.html''>

Produces the URL to call a MiniVend page, without the surrounding A HREF notation. This can be used to get control of your HREF items, perhaps to place an ALT string or a Javascript construct. It was originally named area because it also can be used in a client-side image map.

   <A HREF="[area catalog]" ALT="Main catalog page">

The optional arg is used just as in the page tag.

The optional form argument allows you to encode a form in the link.

        <A HREF="[area form="
                mv_order_item=99-102
                mv_order_size=L
                mv_order_quantity=1
                mv_separate_items=1
                mv_todo=refresh"
        ]"> Order t-shirt in Large size </A>

See above for more information.

[/page], [/area]
Expands into </a>. Used with the page element, such as:

  [page shirts]Our shirt collection[/page].

TIP: A small efficiency boost in large pages is to just use the </A> tag.


Index  Up  <<  >>