<script> function myFunction() { var w = window.open(); w.document.open(); w.document.write("<h2>Hello World!</h2>"); w.document.close(); } </script>tester
<script> function myFunction() { var w = window.open(); w.document.open(); w.document.write("<h2>Hello World!</h2>"); w.document.close(); } </script>tester