Source code of Windows XP (NT5)
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.

24 lines
479 B

  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <HTA:APPLICATION ID="oHTA"
  6. APPLICATIONNAME="myApp"
  7. BORDER="none"
  8. CAPTION="yes"
  9. SHOWINTASKBAR="no"
  10. MAXIMIZEBUTTON="yes"
  11. MINIMIZEBUTTON="yes"
  12. SHOWINTASKBAR="yes"
  13. SINGLEINSTANCE="yes"
  14. SYSMENU="yes"
  15. VERSION="1.0"
  16. WINDOWSTATE="minimize"
  17. >
  18. <script language="jscript">
  19. window.open("tvdemo.htm", "TVDemo", "fullscreen=yes,scrollbars=no,titlebar=no");
  20. window.close();
  21. </script>
  22. </body>
  23. </html>