1 2 3 4 5 6 7
<html><head></head> <body onunload="window.frameElement.parentNode.removeChild(window.frameElement)" tabindex="1"> <script> document.body.focus(); </script> </body> </html>