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.

13 lines
239 B

3 years ago
  1. <html>
  2. <head>
  3. <script>
  4. function init() {
  5. document.open();
  6. document.write(parent.leftnav.document.options.htmlStr.value);
  7. document.close();
  8. }
  9. </script>
  10. </head>
  11. <body onload="javascript:init()">
  12. </body>
  13. </html>