📄 lt_main.asp
字号:
<!--#include file=conn.asp-->
<html>
<head>
<title><%=sitename%> 聊天室</title>
</head>
<frameset rows="73%,27%">
<frame name="show" src="show.asp" scrolling="auto">
<frame name="input" src="input.asp" target="BODY" scrolling="no">
<noframes>
<body>
<p>This page uses frames,but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -