[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
R: [ic] pass variables don't work rigth
it works,
but there is a little error in [seti var][data session arg][seti],
second [seti] must be [/seti] otherwise [data session arg]'s value will be
shown.
There should be an error while typing
Thanks now i have 2 solution for my question
stefano
-----Messaggio originale-----
Da: interchange-users-admin@developer.akopia.com
[mailto:interchange-users-admin@developer.akopia.com]Per conto di Stefan
Hornburg (Racke)
Inviato: giovedì 17 maggio 2001 14.52
A: interchange-users@developer.akopia.com
Oggetto: Re: [ic] pass variables don't work rigth
"Stefano Nota" <stefano@register.it> writes:
> Hi,
>
> In a page i created this link:
> <a href="[area href=index_new arg=2]">Italiano</a>
>
> I receive the variable arg with [data session arg].
> But i want it to be tested so i wrote this:
>
> [set var][data session arg][/set]
use [seti var][data session arg][seti] or [tmp var][data session arg][/tmp]
instead.
> [if var = 1]
sorry, but this is a complete failure. You can use
[if session arg == 1]
or with the scratch variable above
[if scratch arg == 1]
Bye
Racke
--
Master of Swiss Web 2001: http://www.zweifel.ch/
For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: info@cobolt.net; Phone: 0041-1-3884400)
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users