[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] area mv_arg ...?
> 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.