<!DOCTYPE html>
<html>
<body onbeforeunload="return myFunction()">

<p>Test line please ignore.
	<input name="test_text">
</p>


<script>
function myFunction() {
      return "It should be Dialogue not dialog.";
}
</script>

</body>
</html>