mian.htm修改如下
<html>
<head>
<title>我的新测试</title>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
<script language=JavaScript>
window.self.focus();
</script>
</head>
<frameset name=mm id=mm border=false frameBorder=1 frameSpacing=2 rows="46,16,*" cols="*"> 
  <frame name=top noResize scrolling=no src="top1.htm" target="middle">
  <frame name=to_TOP src="t_t.htm" scrolling=no>
  <frame name=middle src="right.htm">
  <noframes> 
  </noframes> 
</frameset>
  <body>
</body>
</html>
indexfram.htm修改如下:

解决方案 »

  1.   

    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><frameset rows="68,584,*" frameborder="1" border="1" framespacing="2" cols="*"> 
      <frame name="topFrame" scrolling="NO" noresize src="top.htm" >
      <frameset cols="178,814,*" frameborder="1" border="0" framespacing="2" rows="*"> 
        <frameset rows="80,*" frameborder="1" border="0" framespacing="2"> 
          <frame name="topFrame1" scrolling="NO" noresize src="left1.htm" >
          <frame name="leftFrame" scrolling="NO" noresize src="left2.htm">
        </frameset>
        <frame name="mainFrame" src="main.htm">
      </frameset>
    </frameset>
    <noframes><body bgcolor="#FFFFFF"></body></noframes>
    </html>