网络考场(2)(转)screatefrm1.asp

来源:岁月联盟 编辑:zhuzhu 时间:2003-07-11
<%@ Language=VBScript %>
<html>
<head>
<title>网络考场</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="*" cols="120,509*" border="1" framespacing="1">
  <frame name="leftFrame" scrolling="auto" src="smessage.asp">
  <frameset rows="57,270*" frameborder="yes" border="0" cols="*">
    <frame name="topFrame" scrolling="auto" src="testtop.asp">
    <frame name="mainFrame" src="stestmain.asp">
  </frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>