📄 default.asp
字号:
<% option explicit
If Application("UserListStr")="" Then
Application.Lock()
Application("UserListStr")="00大家,"
Application.UnLock()
End If%>
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>开心聊天室</title>
<Script>
<!--
function ChatUnload()
{
window.open('Close.asp','close','menubar=0,toolbar=0,location=no,status=no,directories=0,scrollbars=0,resizable=no,width=130,height=200');
}
-->
</Script>
</head>
<frameset name="jk" framespacing="0" border="0" rows="*,48,0,0" frameborder="0" onunload="ChatUnload();">
<frameset cols="87%,*" border="0" framespacing="0" frameborder="0">
<frameset rows="5%,*">
<frame name="f2_1" src="top.htm" scrolling="no" noresize marginwidth="0" marginheight="0">
<frame name="Msg" src=
<%If Request("NickName")<>"" Then
Response.Write ("check.asp?NickName="&Request("NickName"))
Else
Response.Write ("LOGIN.ASP")
End If
%> scrolling="auto" target="_self">
</frameset>
<frame name="UserList" src="UserList.asp" scrolling="auto" noresize marginwidth="0" marginheight="0" target="Main">
</frameset>
<frame name="Input" src="Input.asp" marginwidth="0" marginheight="0" scrolling="no" noresize target="_self">
<frame name="auto" src="Clear.htm">
<frame name="hand" src="hand.asp">
<noframes>
<body><p>此网页使用了框架,但您的浏览器不支持框架。</p></body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -