P
paladin.rithe
I was playing around with the JSON AJAX Chat tutorial at
dynamicajax.com, and got it working ok. Now, it should be said that my
main browser is FF2. Anyway, I decided to run it in IE and Opera to
see what happened... Nothing. The page comes up, but nothing
displays. I know that they can send information, it shows up in FF,
but nothing is recieved. I checked what errors I could (and knew how
to check, I don't use either enough to be really familiar) and it looks
like it can't parse the JSON being sent back.
All that's being done is: eval( '(' + responseText + ')' ). Everywhere
I've seen says that this is how you do it (outside of using another
parser). Is there an issue with doing this in IE and Opera? I haven't
been able to find anything otherwise, so I'm not sure. Oh, I should
say that I'm running IE 7, and Opera 9.
Brian
And I'm sorry if this double posts. Apparently I wasn't logged in the
first time, even though I thought I was.
dynamicajax.com, and got it working ok. Now, it should be said that my
main browser is FF2. Anyway, I decided to run it in IE and Opera to
see what happened... Nothing. The page comes up, but nothing
displays. I know that they can send information, it shows up in FF,
but nothing is recieved. I checked what errors I could (and knew how
to check, I don't use either enough to be really familiar) and it looks
like it can't parse the JSON being sent back.
All that's being done is: eval( '(' + responseText + ')' ). Everywhere
I've seen says that this is how you do it (outside of using another
parser). Is there an issue with doing this in IE and Opera? I haven't
been able to find anything otherwise, so I'm not sure. Oh, I should
say that I'm running IE 7, and Opera 9.
Brian
And I'm sorry if this double posts. Apparently I wasn't logged in the
first time, even though I thought I was.