function ShowConfirmBox() { var b = confirm(message)if (b){window.close();}else{// navigate to another window}}