📄 slf2.asp
字号:
<%@ LANGUAGE=VBScript.Encode codepage ="936" %>
<%Response.Expires=0
if Session("xf_sl_ok")<>"1" then
Response.Write "你现在不能查看私聊!"
Response.End
end if
chatbgcolor=Application("wsaxhxf_c_chatbgcolor")
chatimage=Application("wsaxhxf_c_chatimage")
if chatbgcolor="" then chatbgcolor="008888"%><html><head><meta http-equiv='content-type' content='text/html; charset=gb2312'><title>发言区</title><style type='text/css'>body{font-size:9pt;}input{font-size:9pt;}a{font-size:9pt;color:FFFF00;text-decoration:none;}a:hover{color:FFFF00;text-decoration:underline;}</style></head><body bgcolor="<%=chatbgcolor%>" background="<%=chatimage%>" bgproperties="fixed"><div align=right><form method=POST action='say.asp' target='d' onsubmit='return(checksays());'>
<input type='checkbox' name='as' accesskey='a' checked onclick='parent.f1.scrollit();'>
<a onMouseOver="window.status='自动将对话区的内容向上滚动。';return true" onMouseOut="window.status='';return true" title="“激活/禁止”对话区自动滚屏"><font color=black>滚屏</font></a>
</form>
</div>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -