whole.asp

来自「与asp相关的技术 如数据库和网页设计 很有用的哦」· ASP 代码 · 共 23 行

ASP
23
字号
<%Response.Expires=0%>
<html>
<head>
	<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
	<title><%=Session("chatroom")%></title>
</head>
<frameset framespacing="0" border="0" cols="87%,*" frameborder="0">
	<frameset rows="*,14%" border=0 frameborder=0 framespacing=0>
		<frame name="main" src="f1.asp#bookmark" marginwidth="0" marginheight="0" scrolling="auto" target="_self">
		<frame name="input" src="f2.asp" marginwidth="0" marginheight="0" scrolling="no" target="_self">
	</frameset>
	<frameset rows="*,14%"border=0 frameborder=0 framespacing=0>
		<frame name="right" src="f3.asp" marginwidth="0" marginheight="0" scrolling="auto" target="_self">
		<frame name="rightbottom" src="f4.asp" marginwidth="0" marginheight="0" scrolling="auto"  target="_self">
	</frameset>
	<noframes>
		<body scroll="no">
		<p>此网页使用了框架,但您的浏览器不支持框架。</p>
		</body>
	</noframes>
</frameset>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?