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.

25 lines
717 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="iisetfnt.inc"-->
  8. <!--#include file="iilog.str"-->
  9. <%
  10. dim bScrolling
  11. If Session("hasDHTML") then
  12. bScrolling = "NO"
  13. else
  14. bScrolling = "YES"
  15. end if
  16. %>
  17. <HTML>
  18. <FRAMESET ROWS="<%= iVScale(L_HEADFRAME_H) %>,*" BORDER=NO FRAMESPACING=1 FRAMEBORDER=0>
  19. <FRAME SRC="iiloghd.asp" NAME="title" BORDER=NO FRAMESPACING=0 FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 SCROLLING=NO>
  20. <FRAME SRC="iilogmn.asp" NAME="head" SCROLLING=<%= bScrolling %> FRAMESPACING=0 BORDER=NO MARGINHEIGHT=5 MARGINWIDTH=5>
  21. </FRAMESET>
  22. </HTML>
  23. <% end if %>