📄 flush.asp
字号:
<!--#include file="BBSLib.asp"-->
<%
if Request.Cookies("NC")<>"" and Request.Cookies("NC")<>"访客" then
ret = Command("106|")
'if GetPart(ret,1) <> "0" then
' Response.End
'end if
end if
%>
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<%if Request.Cookies("NC")<>"" and Request.Cookies("NC")<>"访客" then%>
<SCRIPT LANGUAGE=javascript>
<!--
window.parent.document.all['tTL'].value = '<%=GetPart(ret,7)%>';
if (parseInt(window.parent.document.all['tTL'].value) <= <%=Application("FTZSTL")%>) {
window.parent.document.all['tTL'].style.color = 'red';
}
else {
window.parent.document.all['tTL'].style.color = 'white';
}
window.parent.document.all['tDJ'].value = '<%=GetPart(ret,3)%>';
window.parent.document.all['tJYZ'].value = '<%=GetPart(ret,6)%>';
if (parseInt(<%=GetPart(ret,5)%>) > 0) {
fXX = window.open('','','scrollbar=no,toolbar=no,menubar=no,location=no,status=no,resizable=no,width=260,height=200,left=1,top=1');
fXX.location.replace('xx.asp?NUM=<%=GetPart(ret,5)%>');
fXX.focus();
}
if (parseInt(<%=GetPart(ret,4)%>) > 0) {
window.parent.document.all['iHY'].style.display = '';
window.parent.document.all['iHY'].title = '您有<%=GetPart(ret,4)%>位好友在线';
}
else {
window.parent.document.all['iHY'].style.display = 'none';
}
window.parent.document.all['tZXRS'].value = '<%=GetPart(ret,2)%>';
//-->
</SCRIPT>
<%end if%>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -