Cross frame dhtml menu allows you to create menus on the pages with frame-based structure.
There is no need to add additional code into all the pages - just set several
parameters of the menu and initialize it.
Notice!
The menu will work correctly in the cross frame mode when you load pages into the subframe from the same domain only.
If you load pages from another domain sub menus will be shown in the frame with the top-menu.
It's caused by a security of browsers - a script cannot change a content of pages from another domain.
Notice!
Submenus won't be shown if you load pages with a frameset structure into the subframe.
To initialize the cross-frame menu call dm_initFrame() function instead of standard dm_init() function in the
data.js file:
framesetID - id attribute of the frameset; mainFrameInd - index of the main frame with the top-menu, >=0; subFrameInd - index of the subframe (where the sub menus will be shown), >=0; orientation - orientaion of the frame: 0 - horizontal, 1 - vertical.