sauber
06-18-2008, 03:13 PM
Hi i have the folowing json string...
[
{"LineId":"2326",
"StopPoint":"999",
"Time":"2008-06-03 08:45:00.0"},
{"LineId":"2326",
"StopPoint":"999",
"Time":"2008-06-03 08:45:00.0"}
]
Which is valid in json parser but i get a "Syntaxerror - [{"LineId":"2326",^" in Firefox webdeveloper script validator!
and the site dosent work in IE6, but works just fine with IE7, FF, Opera dose any one have any idea why?
[
{"LineId":"2326",
"StopPoint":"999",
"Time":"2008-06-03 08:45:00.0"},
{"LineId":"2326",
"StopPoint":"999",
"Time":"2008-06-03 08:45:00.0"}
]
Which is valid in json parser but i get a "Syntaxerror - [{"LineId":"2326",^" in Firefox webdeveloper script validator!
and the site dosent work in IE6, but works just fine with IE7, FF, Opera dose any one have any idea why?