OLD | NEW |
---|---|
(Empty) | |
1 <!-- The showModalDialog call will force a nested message loop, which will | |
2 receive the 404 body and crash. --> | |
3 <script src="page404.html"></script> | |
4 <script> | |
5 window.showModalDialog("javascript:window.close();"); | |
6 </script> | |
OLD | NEW |