kimu
6 Mar 2007, 11:44 AM
Ext.util.JSON.decode() gives 'method or property not supperted by the object' in IE.
Both 6 and 7.
my function code is:
(success of an ajax call)
var successRetrieve = function(o){
groups = Ext.util.JSON.decode(o.responseText);
groupsPnl = Ext.get('groups');
groupsPnl.update();
gui.List(groupsPnl,groups,'<span class="body">{Name}</span> (#)');
};
Bye
Both 6 and 7.
my function code is:
(success of an ajax call)
var successRetrieve = function(o){
groups = Ext.util.JSON.decode(o.responseText);
groupsPnl = Ext.get('groups');
groupsPnl.update();
gui.List(groupsPnl,groups,'<span class="body">{Name}</span> (#)');
};
Bye