我想要在左側顯示管理菜單,就是正??梢渣c擊展開關閉的那種,如果頁面長了就在左側有滾動條的那種,要怎樣實現呢?用母版是要整頁刷新。
1 回答

慕桂英3389331
TA貢獻2036條經驗 獲得超8個贊
<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的配置
- 1 回答
- 0 關注
- 1059 瀏覽
添加回答
舉報
0/150
提交
取消