window-open.html 160 B

12345678
  1. <html>
  2. <body>
  3. <script type="text/javascript" charset="utf-8">
  4. window.open('http://host', 'host', 'this-is-not-a-standard-feature');
  5. </script>
  6. </body>
  7. </html>