If a user selects vertical menu in the upper frame he get the menu that is associated with...
Return to Recent Questions
Q:
I have a web site in which I am using Deluxe Menu in the top
frame as a menu that crosses the frame and a menu in the lower
frame that uses it as a menu in the same frame. However, if a user
selects the menu in the upper frame they get the menu that is
associated with the menu of the lower frame. The configuration
files are names differently. Is there a setting that needs to be
set for the menu to distinguish between the two menus
instantiations?
A:
I suppose that you have two entries of dmenu.js file on your site in the tag.
You must have only one entry of dmenu.js file.
Please, delete the same code.
You should write so:
<head>
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath = "menu2.files/";</script>
<script type="text/javascript" src="menu2.files/dmenu.js"></script>
<!-- (c) 2006, by Deluxe-Menu.com -->
</head>
<body>
...
<div>
<SCRIPT src="deluxe-menu_files/data-deluxe-menu.js" type=text/javascript></SCRIPT>
</div>
...
<div>
<SCRIPT src="deluxe-menu_files/data-deluxe-menu11.js" type=text/javascript></SCRIPT>
</div>
...
</body>>
Return to Recent Questions
|