1 2 3 4 5 6 7 8
<html> <body> <script> var win = window.open('file_empty.html'); win.close(); </script> </body> </html>