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
609 B

<%@ LANGUAGE = VBScript %>
<% Option Explicit %>
<!-- #include file="directives.inc" -->
<% if Session("FONTSIZE") = "" then %>
<!--#include file="iito.inc"-->
<% else %>
<!--#include file="iirte.str"-->
<HTML>
<HEAD>
<TITLE></TITLE>
<FONT SIZE=1 FACE="HELV,ARIAL">
</HEAD>
<FRAMESET COLS="100%" ROWS="<%= L_CATEGORYHEADHEIGHT_NUM %>,*" BORDER = 0 FRAMEBORDER=0 FRAMESPACING=0>
<FRAME NAME="head" SRC="iirtehd.asp" SCROLLING="no" MARGINHEIGHT=5 MARGINWIDTH=5>
<FRAME NAME="list" SRC="blank.htm" SCROLLING="AUTO" MARGINHEIGHT=5 MARGINWIDTH=5 FRAMEBORDER = 0>
</FRAMESET>
</BODY>
</HTML>
<% end if %>