js完美关窗

<html>
    
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
        <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
        <meta name="ProgId" content="FrontPage.Editor.Document">
        <title>
            New Page 1
        </title>
        <!-- by fason(2003-5-20) -->
    </head>
    
    <body>
        <script type="text/javascript">
 function CloseWin() {
     var ua = navigator.userAgent
     var ie = navigator.appName == "Microsoft Internet Explorer" ? true : false
     if (ie) {
         var IEversion = parseFloat(ua.substring(ua.indexOf("MSIE ") + 5, ua.indexOf(";", ua.indexOf("MSIE ")))) if (IEversion < 5.5) {
             var str = '<object id=noTipClose classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11">'
             str += '<param name="Command" value="Close"></object>';
             document.body.insertAdjacentHTML("beforeEnd", str);
             document.all.noTipClose.Click();
         } else {
             window.opener = null;
             window.close();
         }
     } else {
         window.close()
     }
 }
        </script>
        <input type=button value=关闭 onclick="CloseWin()">
    </body>

</html>

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理

相关文章

开始在上面输入您的搜索词,然后按回车进行搜索。按ESC取消。

返回顶部