action.response.responseText
form.getForm().submit({
url:'js/tool.aspx',
clientValidation:false,
waitMsg:'Loading...',
params:{action:act,title:n, pkey:JsonKeyParam},
method: 'POST',
success: function(_form,_action){
},
failure: function(_form,_action){
Ext.MessageBox.show({
title: '',
msg: t+'失败<br/>'+_action.response.responseText,
buttons: {cancel:'确定'}
});
}
});