$.post("/HUser.ashx?Action=SetAuthority"
, "code=" + code + "&id=" + Id
, function (data, textStatus, jqXHR) {
DWZ.ajaxDone(data);
$.pdialog.closeCurrent();
}
, "json");