我想要在左側(cè)顯示管理菜單,就是正??梢渣c(diǎn)擊展開關(guān)閉的那種,如果頁面長了就在左側(cè)有滾動(dòng)條的那種,要怎樣實(shí)現(xiàn)呢?用母版是要整頁刷新。
1 回答

慕桂英3389331
TA貢獻(xiàn)2036條經(jīng)驗(yàn) 獲得超8個(gè)贊
<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>
參考上面的,用法跟普通的沒什么區(qū)別啊,注意Controller及Action的配置
- 1 回答
- 0 關(guān)注
- 1062 瀏覽
添加回答
舉報(bào)
0/150
提交
取消