Ext 我有一个按钮 按钮里面有 handler:function(){ url:'getlink.action' method:'post' } 点击没反应
2个回答
展开全部
你是要点击按钮后提交到一个页面处理一些东西吧,那就用Ext.ajax.Request方法:
handler:function(){
Ext.Ajax.request({
url:'getlink.action' ,
params:{Name:'张三',Sex:'男'}, //这儿是要传递的参数
callback:function(options,success,response){
//alert(response.responseText);
}
})
}
handler:function(){
Ext.Ajax.request({
url:'getlink.action' ,
params:{Name:'张三',Sex:'男'}, //这儿是要传递的参数
callback:function(options,success,response){
//alert(response.responseText);
}
})
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询