$.post("DeleteHandler.ashx", { "table": "Contents", "ID": vals }, function (data) {
  layer.alert(data, function () {
    window.location="Content.aspx";
    parent.layer.close(index);
  });
});

相关文章:

  • 2021-10-27
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-05-05
  • 2021-11-17
相关资源
相似解决方案