> function contact() {
>       var test = cocoon.request.getCookies()[0].value()
>               cocoon.sendPage( "test.jx", { "test" : test } );
> }

the correct syntax is:
                cocoon.sendPage( "test.jx", { test : test } );

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to