Shijutv
30 Dec 2010, 5:26 AM
Hi All,
When i try to make a Ext.util.JSONP request , i am not getting any response .But when i execute it in browser , i would get response.What is the problems regarding this?
My code is stated below
Ext.util.JSONP.request({
url: url,
callbackKey: 'callback',
params: {
firstName:'shiju',
},
callback: function(result) {
alert(result);
}
});
When i try to make a Ext.util.JSONP request , i am not getting any response .But when i execute it in browser , i would get response.What is the problems regarding this?
My code is stated below
Ext.util.JSONP.request({
url: url,
callbackKey: 'callback',
params: {
firstName:'shiju',
},
callback: function(result) {
alert(result);
}
});