[ic] area mv_arg ...?

Jonathan Clark interchange-users@icdevgroup.org
Sun Aug 18 18:58:00 2002


> Forgive me, another newbie question.
>
> How do I read an argument from an area tag?
>
> With <a href="[area budget_plan arg="BVPage=Budget"]">Plan and Budget</a>
>
> I would expect to be able to do [value BVPage] and get "Budget" on the
> following page - but I'm not getting anything...?
>
> Pointers?

Firstly, you are attempting to mix positional and named parameters in you
tag. This does not work.

Secondly, using arg= as above would make [data session arg] display
'BVPage=Budget' on the following page.

try:

[area href=budget_plan form=|
				BVPage=Budget
				foo=bar
				|]

and then read using [cgi BVPage] etc.

have fun!

Jonathan
Webmaint.