[ic] area mv_arg ...?

Jonathan Clark interchange-users@icdevgroup.org
Sun Aug 18 19:35:01 2002


>
> ok, now why can't I do an
>
> [if cgi BVPage="Budget"] [/if]
>
>
> _Am (really getting confused now...)
>

Post in context and read the docs.

http://www.icdevgroup.org/cgi-bin/ic/docfly.html?mv_arg=ictags04%2e37

Jonathan.



> > -----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
> >
> >
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>