首页 新闻 会员 周边

在ASP.NET MVC下母版页怎么使用Frameset 框架。

0
悬赏园豆:20 [已解决问题] 解决于 2011-03-03 13:20

我想要在左侧显示管理菜单,就是正常可以点击展开关闭的那种,如果页面长了就在左侧有滚动条的那种,要怎样实现呢?

用母版是要整页刷新。

<-无名指->的主页 <-无名指-> | 菜鸟二级 | 园豆:253
提问于:2011-02-26 12:09
< >
分享
最佳答案
0

<frameset name="main" rows="127,*,11" frameborder="no" border="0" framespacing="0" >
<frame src="include/top.aspx" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="include/center.aspx" name="mainFrame" id="mainFrame" />

<frame src="include/down.aspx" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" />
</frameset>
参考上面的,用法跟普通的没什么区别啊,注意Controller及Action的配置

收获园豆:20
artwl | 专家六级 |园豆:16736 | 2011-02-26 12:17
Controller及Action的配置 能否给点思路。
<-无名指-> | 园豆:253 (菜鸟二级) | 2011-02-26 15:02
刷下帖子,别沉下去
<-无名指-> | 园豆:253 (菜鸟二级) | 2011-02-27 16:36
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册