search for: gljson

Displaying 1 result from an estimated 1 matches for "gljson".

Did you mean: gibson
2006 Jun 14
2
Global variables and onComplete in Ajax.Request
...;'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, but it never gets set. Everything with the request is fine and there is data in the "json" var in "setMakeVars", but it''s almost like "setMakeVars" doesn''t have access to global vars. var gljson; var url = ''/my/path/here'...