PDA

View Full Version : scope of JSON object in IE versus Firefox


bcarl314
08-05-2007, 07:07 PM
Hello,I'm a newbie to JSON and have been trying to parse some data and send it to a function that writes some html. I can do this in IE, but I can't get it to work in firefox. The code is - Code:---------function Requester(data){ var refToRequestFunc = this;