📄 main.asp
字号:
<%@ Language=VBScript %>
<%Response.Buffer=true
%>
<HTML>
<HEAD>
<title>聊天室</title>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD><bgroud=red>
<frameset rows="80%,*">
<frameset cols="75%,*">
<frame name="left" target="lefttop"scrolling="auto" noresize src="Content.asp">
<frame name="right" noresize scrolling="auto" noresize src="message.asp">
</frameset>
<frame name="bottom" target="righttop" scrolling="auto" noresize src="send.asp">
<noframes>
<body>
<p>This page user frames,but your browser donesn't support them!
</body>
<noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -