window.onbeforeunload = confirmExit;. function confirmExit(). {. // do stuff. } This works great initially, but I am finding that after a ...
確定! 回上一頁