﻿window.onbeforeunload = confirmExit;

function confirmExit() {
    return "";
}

