[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] area mv_arg ...?
ok, now why can't I do an
[if cgi BVPage="Budget"] [/if]
_Am (really getting confused now...)
> -----Original Message-----
> From: interchange-users-admin@icdevgroup.org
> [mailto:interchange-users-admin@icdevgroup.org]On Behalf Of Jonathan
> Clark
> Sent: Sunday, August 18, 2002 5:56 PM
> To: interchange-users@icdevgroup.org
> Subject: RE: [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.
>
>
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>