<script>
window.onbeforeunload = function() {
window.location.href = “https://www.google.com”;
};
</script>