对页面进行分割

如下效果:

下面两个蓝框:
通过选择左边蓝框中的菜单,在右边蓝框区域显示对应内容。

通过添加标签<iframe>实现,在属性src里放资源

<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
。。。。
<iframe runat="server" align="left" height="400" style="width: 61px"
src
="/borrow/borrow_menu.aspx">

</iframe>
<iframe id="Iframe1" runat="server" height="400">

</iframe>
。。。。

 

posted @ 2011-12-11 22:59  SubmarineX  阅读(410)  评论(0编辑  收藏  举报