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