layout中是否可以使用frameset布局? [ 新手入门 ]
layout中的main.php是否可以使用
<frameset name="FormMain" cols="160,12,*" frameborder="no" border="0" framespacing="0">
<frame src="<?php echo $this->createUrl("Dashboard/sidebar"); ?>" name="leftFrame" scrolling="auto" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame name="leftbottom1" src="<?php echo Yii::app()->baseUrl; ?>/SystemPullpush.htm" target="_self" scrolling="no" noresize>
<frame src="<?php echo $this->createUrl("CDashboard/welcome"); ?>" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
这样的布局方式?
可以的话,<?php echo $content; ?>
这段输出放在哪里?
共 3 条回复
-
感觉不应该写到layout里面。
建议楼主先看一下这儿:
http://www.w3school.com.cn/tiy/t.asp?f=html_frame_navigation
myron_mao 上海
注册时间:2012-01-17
最后登录:2024-03-12
在线时长:29小时45分
最后登录:2024-03-12
在线时长:29小时45分
- 粉丝3
- 金钱4710
- 威望0
- 积分5000