View Single Post
Unread 08-05-2007, 07:07 PM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #1  
Default 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;
Reply With Quote