2008-12-03 03:18:23 -08:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<script>
|
2010-06-12 12:17:00 -07:00
|
|
|
window.addEventListener("focus", function() { window.close(); }, false);
|
2008-12-03 03:18:23 -08:00
|
|
|
function done() {
|
|
|
|
window.focus();
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body onload="done();">
|
|
|
|
</body>
|
|
|
|
</html>
|