Ext.EventManager.on(window, 'beforeunload', function(e){ alert('beforeunload') e.browserEvent.returnValue = 'sure?' }) In Chrome, the alert gets executed ( ...
確定! 回上一頁