★Add to favorites

AdSense

2016년 11월 18일 금요일

How to show alert message when closing a window?


Code:

<script type="text/javascript">
      window.onbeforeunload = function() {
          return "Are you sure?"
      }
    </script>

댓글 없음:

댓글 쓰기