View Single Post
Old 05-31-2012, 06:38 PM   PM User | #4
Logic Ali
Regular Coder

 
Logic Ali's Avatar
 
Join Date: Sep 2010
Location: London
Posts: 961
Thanks: 0
Thanked 198 Times in 193 Posts
Logic Ali will become famous soon enoughLogic Ali will become famous soon enough
According to the error console, it looks like a '<' character in the returned string is messing things up on this line:

Quote:
eval("var jsonitems = "+ cerere_http.responseText);
I would try replacing it with: var jsonitems = cerere_http.responseText;
Logic Ali is offline   Reply With Quote