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.
33 lines
626 B
33 lines
626 B
<HTML>
|
|
|
|
<!--#include file="default.str"-->
|
|
<!--#include file="iito.str"-->
|
|
<!--#include file="iisetfnt.inc"-->
|
|
|
|
<HEAD>
|
|
<TITLE></TITLE>
|
|
</HEAD>
|
|
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
parentdoc = top.location.href;
|
|
if (parentdoc.indexOf("pop") != -1)
|
|
{
|
|
top.opener.top.location.href = "iis.asp?Session=none";
|
|
top.location.href="iipopcl.asp";
|
|
}
|
|
else
|
|
{
|
|
if (self.location.href != top.location.href)
|
|
{
|
|
top.location.href = "iis.asp?Session=none";
|
|
}
|
|
}
|
|
</SCRIPT>
|
|
<BODY>
|
|
<FONT FACE='<%= L_DEFTEXTFONT_TEXT %>' SIZE='<%= L_DEFFONTPOINT %>'>
|
|
<%= L_TIMEOUTMSG_TEXT %>
|
|
<P>
|
|
<%= L_TIMEOUTREFRESH_TEXT %>
|
|
</FONT>
|
|
</BODY>
|
|
</HTML>
|