mirror of https://github.com/tongzx/nt5src
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.
20 lines
565 B
20 lines
565 B
<%@ LANGUAGE = VBScript %>
|
|
<% Option Explicit %>
|
|
<!-- #include file="directives.inc" -->
|
|
|
|
<% if Session("FONTSIZE") = "" then %>
|
|
<!--#include file="iito.inc"-->
|
|
<% else %>
|
|
<!--#include file="iihdr.str"-->
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE></TITLE>
|
|
</HEAD>
|
|
<FRAMESET COLS="100%" ROWS="<%= L_CONTENTEXPHEAD_H %>,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
|
|
<FRAME NAME="head" SRC="iihdrhd.asp" SCROLLING="NO" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
|
|
<FRAME NAME="list" SRC="blank.htm" SCROLLING="Auto" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
|
|
</FRAMESET>
|
|
</HTML>
|
|
|
|
<% end if %>
|