onbeforeunload = function(){ return 'Are you sure you want to leave? '; }; Syntax: // Event listener for the 'beforeunload' event window.addEventListener (' ...
確定! 回上一頁