@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script>
rit = confirm("Accettare il contratto?");
if (rit)
document.writeln("Accettato");
else
document.writeln("Rifiutato");
</script>
</body>
</html>
The note is not visible to the blocked user.