<script language="JavaScript" type="text/JavaScript">
    function ext() {
        window.opener = null;
        window.open("", "_self");
        window.open("http://www.baidu.com", "_blank");
        window.close();
    }
eval("window.attachEvent('onunload',ext);"); 
</script>

相关文章:

  • 2022-02-18
  • 2022-12-23
  • 2021-07-09
  • 2021-08-19
  • 2022-02-05
猜你喜欢
  • 2021-06-01
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案