beforeunload doesn't work reliably this way, as far as binding goes. You should assign it natively: window.onbeforeunload = function() { return 'You have ...
確定! 回上一頁