Re: [OpenLayers-Users] OpenLayers.Format.JSON not working

2009-11-28 Thread Eric Lemoine
On Thursday, November 26, 2009, Mak Kolybabi mak.kolyb...@telenium.ca wrote: I've wasted long enough on this, it's time to ask for help... I'm making a simple Ajax request with OpenLayers.loadURL, which works perfectly. If I process the return data with:    var info = eval(( +

[OpenLayers-Users] OpenLayers.Format.JSON not working

2009-11-26 Thread Mak Kolybabi
I've wasted long enough on this, it's time to ask for help... I'm making a simple Ajax request with OpenLayers.loadURL, which works perfectly. If I process the return data with: var info = eval(( + response.responseText + )); a proper object is created in both IE and Firefox. But if I try