sajjan
22 Apr 2009, 2:53 AM
I am sending control to server along with parameter for change event of combobox
by using below code .
listeners:{render:function(){this.on({check:function(){
var msg =Ext.get("check");
if(this.checked){
msg.load({url :urlpath,
params:'role='+Ext.get('role').getValue()
});
}
}});}}
above code working properly in mozilla firefox but in IE7 is not working please any one help me
thanks in adnvance
by using below code .
listeners:{render:function(){this.on({check:function(){
var msg =Ext.get("check");
if(this.checked){
msg.load({url :urlpath,
params:'role='+Ext.get('role').getValue()
});
}
}});}}
above code working properly in mozilla firefox but in IE7 is not working please any one help me
thanks in adnvance