Hi,

I've got a function.

function myFunc(){
   ...
   cocoon.sendPage("xxx", {
      myVariable: myVariable,
   });
}

Right after this cocoon.sendPage I want to set a global variable (in my case
myVariable) "automatically":
myVariable = null;

But how can I do that?

Thanks
Jonny

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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

Reply via email to