这是我的Index.htm页面
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Untitled Page</title>
</head>
<body>
  <iframe src="default.htm" frameborder='0' scrolling="yes" height="250px" width="20%"></iframe>
</body>
</html>
这是我的main.htm页面
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>帮助中心</title>
</head> 
  <frameset cols="17%,83%" 
      <frame src="left.htm" name="left" id="left" height="270" width="200" scrolling="yes" />
      <frame src="right.htm" name="right" scrolling="yes" noresize="noresize" id="right" height="270" width="200" />
  </frameset>
</html>
但是浏览时,在IE6下index.htm页面看不到任何内容,有时需要刷新一下才看到内容。但是在IE8下确是好的。请高手帮忙解决,谢谢。

解决方案 »

  1.   

     <frameset cols="17%,83%"    <frame src="left.htm" name="left" id="left" height="270" width="200" scrolling="yes" />
    怎么少了个 ‘>’
      

  2.   

    <iframe src="default.htm" frameborder='0' scrolling="yes" height="250px" width="20%"></iframe>   ----->应该是main.html吧
    <frameset cols="17%,83%"  ------>少个 > 括号 
    <frame src="left.htm"  ------>写全了 left.html