chat.asp
来自「这是我个人用ASP制作 的一个动态网页,也是我的主页,谢谢大家的使用~~~`」· ASP 代码 · 共 22 行
ASP
22 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>聊天室</title>
<frameset rows="*,90" cols="*" frameborder="yes" border="1" framespacing="1">
<frameset rows="*" cols="225,*" framespacing="1" frameborder="yes" border="1">
<frame src="left.asp" name="leftFrame" scrolling="NO" noresize>
<frame src="content.asp" name="contentFrame" scrolling="NO" noresize>
</frameset>
<frame src="bottom.asp" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes>
<body>
该浏览器不支持框架,无法正常显示!
</body>
</noframes>
</head>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?