How To Make Reuseable HTML Navigation Menus?

前端 未结 10 763
面向向阳花
面向向阳花 2021-01-02 04:41

I\'m sure this topic comes up all the time,
But I can\'t seem to fine a concise answer.

I\'ve got a vertical menu bar that I want to reuse in webpages (>20)

10条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 05:22

    Without any server side script or Javascript you can use object or iframe tags.

    http://www.w3schools.com/tags/tag_object.asp

    http://www.w3schools.com/tags/tag_iframe.asp

    The only thing to care is to indicate target="parent" in links.

    Hope it helps

提交回复
热议问题