📄 cls.asp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -