Build an Iframe Menu
Having an Iframe page, you can insert the cross-iframe menu to navigate web pages. That is to say, the menu is inserted to one page, and its pop-up menus or sub menus show in the Iframe.
We will learn the way to build an Iframe menu by below tutorials.
Firstly, we insert the code <iframe src="iframepage.htm" name=main width=600 height=300></iframe> to create an iframe page; and then set the menu's properties to make it cross iframe:
Did you get it? Follow the video, you will grasp the way.