<!--The following JavaScript code goes in the <head> part of the page-->


function ConfirmChoice() 
{ 
	answer = confirm("Are you really sure you want to cancel?")
	if (answer !=0) 
	{ 
		window.location = "OwnerLoginForm.php" 
	} 
}

<!--End of JavaScript code in the <head> part of the page-->
// Java Document