<!DOCTYPE html> <html> <head> <script type="text/javascript"> function boom() { document.documentElement.focus(); } </script> </head> <frameset onload="boom();"></frameset> </html>