码迷,mamicode.com
首页 > Windows程序 > 详细

JS-Windows-load

时间:2018-11-11 21:01:40      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:type   windows   ima   oct   rip   script   网页   har   fun   

<!doctype html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <title>Document</title>
 </head>
 <body>
  <script>
        function testWindow(){
            //console.log(window);
            if(confirm("确认关闭网页吗?")){
                window.close(); //关闭当前网页
            }else{
                alert("暂不关闭网页!");
            }
        }
    </script>
    <button onclick="testWindow()">测试window</button>
 </body>
</html>

技术分享图片

JS-Windows-load

标签:type   windows   ima   oct   rip   script   网页   har   fun   

原文地址:https://www.cnblogs.com/-hjj/p/9943332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!