cls.asp

来自「此程序为网上下载」· ASP 代码 · 共 9 行

ASP
9
字号
<%@ codepage ="936" %>
<%Response.Expires=0
nickname=Session("hg_user_nickname")
if nickname="" or Session("hg_user_inthechat")<>"1" then Response.Redirect "chaterr.asp?id=001"
titlecolor=Application("wsaxhg_chat_titlecolor")%><html><body bgcolor="<%=titlecolor%>"><script Language="JavaScript">
parent.f1.location.href="about:blank";
var TimerID=null;
TimerID=setTimeout('parent.write("<%=Application("wsaxhg_chat_chatcolor")%>",0)',0);
</script></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?