> The "GET" call is being made, the problem seems to be in the "success"
> processing.  DebugBar pops up a message:
> Line: 3
> Character: 1
> Code: 0
> Error Message: Syntax error
> URL:http://ganymede/
>
> This isn't very helpful as in Line 3 of what??/
>
> Any explanations for a dumb newbie?


Most likely the JSON data returned could not be evaled.  Check it for
trailing commas as IE is very picky about that.  For example, the
following can be evaled on all browsers except IE:

[ 1, 2, 3, ]  // IE chokes on the last comma

Mike

Reply via email to