main.asp
来自「聊天室的源代码.利用ASP技术制作」· ASP 代码 · 共 24 行
ASP
24 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?