Home > Web Front-end > HTML Tutorial > 有人用过AdminLTE吗?请问如何在content区,打开相应网页_html/css_WEB-ITnose

有人用过AdminLTE吗?请问如何在content区,打开相应网页_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:34:53
Original
2197 people have browsed it

 问一个初级问题,比如打开starter.html,然后点击其左边栏的链接(如user.html
)的时候,怎么实现在右边的content区打开user.html的网页。看他的实现范例,好像u
ser.html也带有如starter.html完整的边栏、上面导航条的信息?这样页面岂不是非常
冗余,修改边栏链接的时候,岂不是所有页面都要修改一遍。

    以前用frametset的时候,好像可以只打开其中一部分内容。


回复讨论(解决方案)

搞定了,下面是解决方案
谢谢大家关注这种小白问题
来个人回贴一下,我结贴给分
首先,在主页面的

区的
中,增加一个iframe,如,注意:其中的main.html是默认显示的一个页面。name为menuFrame。
然后在侧边栏的链接处,设置标签的target属性为mengFrame,如下所示:
  •  用户管理

  • 具体见附件中:starter.html,然后点击侧边栏的“用户管理”

    分送我吧。。。

    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template