JS / before unload confirmation #101. window.onbeforeunload = function(e) { var dialogText = 'Dialog text here'; e.returnValue = dialogText; return ...
確定! 回上一頁