Window Browser JavaScript DHTML



onBeforeUnload Event Handler

function verifyClose() {
    event.returnValue = "We really like you and hope you will stay longer.";
}
window.onbeforeunload = verifyClose;



onBeforeUnload Event Handler




Use this button to navigate to the previous page:

Go Back