<html>
<body>
<script>
var win = window.open("file_empty.html");
win.close();
</script>
</body>
</html>