slcls.asp
来自「此程序为网上下载」· ASP 代码 · 共 11 行
ASP
11 行
<%@ LANGUAGE=VBScript.Encode codepage ="936" %>
<%Response.Expires=0
if Session("xf_sl_ok")<>"1" then
Response.Write "你现在不能查看私聊!"
Response.End
end if
titlecolor=Application("wsaxhxf_c_titlecolor")%><html><body bgcolor="<%=titlecolor%>"><script Language="JavaScript">
parent.f1.location.href="about:blank";
var TimerID=null;
TimerID=setTimeout('parent.write("<%=Application("wsaxhxf_c_chatcolor")%>",1)',0);
</script></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?