gusucode.com > ASP+ACCESS在线教育系统设计(源代码+论文) > ASP+ACCESS在线教育系统设计(源代码+论文)\王智_在线教育系统\chat\chat1.asp

    <%@ Language=VBScript %>
<html>

<head>
<title>实时答疑</title>
</head>
<%
session("user")=request("user")
%>
<frameset rows="*,20%">
  <frame name="chatmain" target="footnotes"  src="11.asp#tail">
  <frame name="footnotes" src=22.asp>
  <noframes>
  <body>

  <p>此网页使用了框架,但您的浏览器不支持框架。</p>

  </body>
  </noframes>
</frameset>

</html>