<frameset rows="174*,326*" cols="*" framespacing="0" frameborder="NO" border="0" >    
    <frame src="m_top.html" name="topFrame" scrolling="NO" noresize/>
    <!--嵌套框架cols要求对浏览器的宽对齐,不然会出现浏览器最大化可以显示,但最小化切不能全部显示的情况。-->  
    <frameset rows="*" cols="100*,300*,100*" framespacing="0" frameborder="NO">
         <frame src="m_left.html"  name="leftFrame" scrolling="NO" noresize/>
         <frame src="m_index.html"  name="mainFrame" scrolling="yes" noresize/>
         <frame src="m_right.html" name="rightFrame" scrolling="no" noresize="noresize" />
    </frameset>

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

相关文章:

  • 2021-12-28
  • 2021-09-18
  • 2021-09-14
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-15
  • 2021-12-03
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2021-04-05
  • 2022-12-23
相关资源
相似解决方案