Showing Popup Menu above the Select Box in an Iframe
The menu will display its popup menu in the iframe. How can I show the popup menu over select box which is in the iframe? The following tutorial will tell you the solution about this.
The tutoiral helps you to insert select boxes:
Insert an iframe code into the webpage, set the related properties for the iframe. The code is as follows:
<iframe src="selectiframe.htm" name=main width=600 height=300></iframe>
“selectiframe.htm” is an included page; and “main” is the name of the iframe. In the DHTMLMenu, You must input the same name as the iframe’name in cross-frame panel.
The tutorial helps you to insert an firame and a menu:
Have you learnt it well? I guess you get it.