1 2 3 4 5
<!DOCTYPE html> <title>This window will close when it loads</title> <script> window.close(); </script>