<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
var response = confirm("Do you want to proceed with this book? Click OK to proceed otherwise click Cancel.");
alert(response)
// -->
</script>
</head>
<body>
</body>
</html>