Use this property to disable "onbeforeunload" stuff
connection.closeBeforeUnload = false;
// this one is strongly recommended window.ignoreBeforeUnload = true; // you can do this as well connection.onbeforeunload = function() {};