Html程序  |  7行  |  226 B

<!-- The showModalDialog call will force a nested message loop, which will
     receive the 404 body and crash. -->
<script src="page404.html"></script>
<script>
window.showModalDialog("javascript:window.close();");
</script>