<html>
<head>
<script>
function done() {
window.focus();
window.close();
}
</script>
</head>
<body onload="done();">
</body>
</html>