[JAVASCRIPT] 關閉網頁 alert 提醒

如上

    <script type="text/javascript">

       window.onbeforeunload = function () {

        debugger;

        return "Leave this page?"; }

         </script>

以上文章僅用紀錄資料使用.....