Iframe 里面可以嵌套frameset吗?

Iframe里面可以嵌套frameset吗?下面的代码如下:<Iframename="qfcx_result"width="100%"height="400"scroll... Iframe 里面可以嵌套frameset吗?
下面的代码如下:
<Iframe name="qfcx_result" width="100%" height="400" scrolling="no" frameborder="0">
<frameset cols="50%,50%">
<frame name="qfcx_result1" SRC="A1.html">
<frame name="qfcx_result2" SRC="A2.html">
</frameset>
</Iframe>
如果不行,如何实现Iframe 里面可以嵌套frameset,请各位大侠请教。
展开
 我来答
阳光上的桥
2008-09-24 · 知道合伙人软件行家
阳光上的桥
知道合伙人软件行家
采纳数:21423 获赞数:65815
网盘是个好东东,可以对话和传文件

向TA提问 私信TA
展开全部
Iframe 里面可以嵌套frameset的,但是不是你那样写,应该是:
<iframe src=xxxxx.html>这个中间的内容只有浏览器不支持iframe的时候才显示,这里面显示的是xxxx.html的内容</iframe>

然后在你的xxxx.html里面写iframe或者frameset都可以。
for_world
推荐于2016-06-05 · TA获得超过271个赞
知道小有建树答主
回答量:169
采纳率:0%
帮助的人:111万
展开全部
iframe所在的页面这样写:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<iframe name="qfcx_result" src="a.html" width="100%" height="400" scrolling="no" frameborder="0"></iframe>
</body>
</html>

然后在a.html中这样写:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<frameset rows="*" cols="50%,*">
<frame name="qfcx_result1" SRC="A1.html">
<frame name="qfcx_result2" SRC="A2.html">
</frameset>
</html>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式