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
663 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. <HTML>
  8. <HEAD>
  9. <TITLE></TITLE>
  10. </HEAD>
  11. <% if Session("IsIE") then %>
  12. <FRAMESET COLS="100%" ROWS="130,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
  13. <% else %>
  14. <FRAMESET COLS="100%" ROWS="175,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
  15. <% end if %>
  16. <FRAME NAME="list" SRC="iifvdhd.asp" SCROLLING="NO" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0 MARGINHEIGHT=5 MARGINWIDTH=5>
  17. <FRAME NAME="head" SRC="blank.htm" SCROLLING="AUTO" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
  18. </FRAMESET>
  19. </HTML>
  20. <% end if %>