scope of JSON object in IE versus Firefox
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;
|