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,请各位大侠请教。 展开
下面的代码如下:
<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,请各位大侠请教。 展开
2个回答
展开全部
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>
<!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>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询