Displaying 1 result from an estimated 1 matches for "testglobal".
Did you mean:
test_global
2006 Jun 14
2
Global variables and onComplete in Ajax.Request
Hello everyone,
Just a note, I have to pass my JSON in the response body. I''m aware
of the X-JSON header, but am passing too much data to use it. No
problem and I have code that has it working well.
While I''m getting my JSON data back and can do whatever I''d like with
it in "setMakeVars", I''d like to set it to a global var "gljson"
below,