关于在layout中加入iframe

<frameset rows="80,200" cols="*" framespacing="1" frameborder="yes" border="1" bordercolor="#999999">

<frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />

<frameset rows="" cols="224," framespacing="1" frameborder="yes" border="1" bordercolor="#000099">

&lt;frame src=&quot;left.html&quot; name=&quot;leftFrame&quot; scrolling=&quot;No&quot; noresize=&quot;noresize&quot; id=&quot;leftFrame&quot; /&gt;


&lt;frame src=&quot;main.html&quot; name=&quot;mainFrame&quot; id=&quot;mainFrame&quot; /&gt;

</frameset>

怎么把如上的iframe标签加到layout中去呢?让它显示一个诸如上 左 右的框架页面 :)

好像已经有个帖子说了这个问题,强哥说不推荐用iframe.

http://www.yiiframework.com/forum/index.php?/topic/1490-大家帮忙参考一下,管理后台用frameset好还是layout好?/page__p__8519__hl__layout#entry8519

我也是新手。

三颗石 ~~ :lol: