iframe中嵌入frameset 不显示

queyeyu 2011-06-13 02:00:17
这是我的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下确是好的。请高手帮忙解决,谢谢。
...全文
165 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
inetfuture 2011-06-15
  • 打赏
  • 举报
回复
<frameset cols="17%,83%" <frame src="left.htm" name="left" id="left" height="270" width="200" scrolling="yes" />
怎么少了个 ‘>’
豆虫 2011-06-15
  • 打赏
  • 举报
回复
<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

87,990

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧