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.

18 lines
388 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4. <% if Session("FONTSIZE") <> "" then %>
  5. <HTML>
  6. <HEAD>
  7. <TITLE></TITLE>
  8. </HEAD>
  9. <BODY>
  10. <SCRIPT LANGUAGE="JavaScript">
  11. //clear out our global var
  12. top.opener.top.connect.location.href="iiscript.asp?action='top.title.Global.popwindow = null;'"
  13. window.close();
  14. </SCRIPT>
  15. </BODY>
  16. </HTML>
  17. <% end if %>