示例:打开一个弹窗,关闭父页面,不弹出关闭提示。

window.opener = null;
window.open("flashindex.html","","fullscreen=1,menubar=0,toolbar=0,directories=0,location=0,status=0,scrollbars=yes,resizable=yes");
window.open('', '_self');
window.close();

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-11-22
猜你喜欢
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案