<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>59-confirm.html</title>
<script>
alert(confirm("a"));
alert(confirm("b"));
alert(confirm("c"));
alert(confirm("d"));
</script>
</head>
<body>
<p>A Javascript page with confirmations</p>
</body>
</html>