You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
354 B

3 years ago
  1. <html>
  2. <head>
  3. <script>
  4. function init() {
  5. document.open();
  6. document.write(window.opener.document.options.htmlStr.value);
  7. document.write("<form><center><input type='button' value='close' onclick='window.close()'></center></form>");
  8. document.close();
  9. }
  10. </script>
  11. </head>
  12. <body onload="javascript:init()">
  13. </body>
  14. </html>