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.

22 lines
710 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4. <% if Session("FONTSIZE") = "" then %>
  5. <!--#include file="iito.inc"-->
  6. <% else %>
  7. <!--#include file="iiadm.str"-->
  8. <HTML>
  9. <HEAD>
  10. <TITLE></TITLE>
  11. </HEAD>
  12. <% if Session("stype")="www" then %>
  13. <FRAMESET COLS="100%" ROWS="<%= L_WEBHEADFRAME_H %>,*" BORDER = 0 FRAMEBORDER=0 FRAMESPACING=0>
  14. <% else %>
  15. <FRAMESET COLS="100%" ROWS="<%= L_FTPHEADFRAME_H %>,*" BORDER = 0 FRAMEBORDER=0 FRAMESPACING=0>
  16. <% end if %>
  17. <FRAME NAME="head" SRC="iiadmhd.asp" SCROLLING="no" BORDER = 0 FRAMEBORDER=0 FRAMESPACING=0>
  18. <FRAME NAME="list" SRC="blank.htm" BORDER = 0 FRAMEBORDER=0 FRAMESPACING=0 >
  19. </FRAMESET>
  20. </HTML>
  21. <% end if %>