[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] How can get arguments?
Apr 12, 15:15 +0100, Jonathan Clark has written:
>May by, you can print small example, how to get
>arguments?
>Documentation for [data ] sad that session namespace
>is deprecated.
>I want to know, how to pass more than one arguments,
>and how to get it.
>May be, I read documentation not carefuly, but I
>can't find this
>information. So, help me, ho can.
>Thank's a lot for your patience.
You can see several examples of this in the demo. For
instance in stock-alert-added.html:
[if session arg]
[seti code][data session arg][/seti]
[/if]
but you can also do it using a scratch variable
you can set a variable with
[set variable]1[/set]
and then on the next page you can do:
[if scratch variable].....
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users