this is The Code:
<Script>
function WinClose()
{
 window.opener=null;
 window.close();
}
</Script>
<body onload="WinClose();">
<button onClick='window.opener=null;window.close();'>Close Window</button>
</body>

相关文章:

  • 2022-02-03
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2022-03-09
  • 2021-06-10
  • 2022-02-07
猜你喜欢
  • 2022-01-16
  • 2021-12-04
  • 2021-05-19
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案