Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <html>
2 <body>
3 <script>
4 var target = window.location.hash.substring(1);
5 document.write("target=" + target);
6 window.open("data:text/html,<html><body>This is a popup</body></html>", target, "width=10,height=10");
7 </script>
8 </body>
9 </html>