?? 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 + -