var title = "xxxx";
var content = '<iframe scrolling="auto" frameborder="0" src="Purchase/PurchaseAdd.html" style="width:100%;height:100%;"></iframe>';
top.jQuery("#tabs").tabs('add', {
  title: title,
  content: content,
  closable: true,
  fit: true
});

注:#tabs是父Id,上面这段js代码写在子js文件里

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2021-07-15
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2018-09-10
  • 2021-08-18
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2021-12-31
  • 2021-12-31
相关资源
相似解决方案