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.

17 lines
247 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% 'Option Explicit %>
  3. <!-- #include file="../directives.inc" -->
  4. <HTML>
  5. <HEAD>
  6. <TITLE></TITLE>
  7. </HEAD>
  8. <% Session("popOpen")=false %>
  9. <BODY>
  10. <SCRIPT LANGUAGE="JavaScript">
  11. window.close();
  12. </SCRIPT>
  13. </BODY>
  14. </HTML>