You should handle the onbeforeunload event...
function closeEditorWarning(){
return 'Are you sure?'
}
window.onbeforeunload = closeEditorWarning;
Or use jquery, window.attachEvent / window.addEventListener to do it nicely
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…