With wb.AddButtonGroup("zcld_form12","btg1",False)
.Add("btn1","保存","button").Attribute
= ""
.Add("btn2","返回","button").Attribute
= ""
End With
function zcld_submitWithProgress(){
show("tst1",2000);
var result = submitAjaxForm(\'zcld_form12\',\'zcld_afterSubmit\',true,\'tst1\');
}
function zcld_afterSubmit(result){
// console.log(result);
hide("tst1");
if (result==\'OK\') {
show("tst2");
location="zcld_cxxx.htm?xgfh=xgfh";
// editx.htm";
}
else{
show("tst3",2000);
}
}