Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:04

2 different menu is not working in the same page, help?


Poster: naveedjavaid
Dated: Wednesday May 31 2006 - 14:44:13 BST

Hello all,

I am using 2 different menu in web page. One is Menus built entirely from images and the another DHTML Website Navigation Menu. Now, the problem is that on using both of the menu I cant see both menu functioning right. I think there might be some conflict b/w both of them.

Can someone guide me that how can I resolve this issue. I cant go back to use another menu. These menu are approved and client does not want to change it any way.

Thanks


Poster: John
Dated: Wednesday May 31 2006 - 15:09:47 BST

We'll need to see a URL (as requested) so we can go over your code.


Poster: naveedjavaid
Dated: Wednesday May 31 2006 - 15:17:19 BST

Hello

Thank you for faster response. Website is not online right now. I am giving you code which I used in the page.


DHTML Website Navigation Menu

<SCRIPT language=JavaScript
src="menu/bd.js"
type=text/javascript></SCRIPT>

<SCRIPT language=JavaScript
src="menu/dhtml_menu_start.js"
type=text/javascript></SCRIPT>

<SCRIPT language=JavaScript
src="menu/dhtml_menu_array.js"
type=text/javascript></SCRIPT>

<SCRIPT language=JavaScript
src="menu/dhtml_menu_finish.js"
type=text/javascript></SCRIPT>

Menus built entirely from images

<script type="text/javascript" src="menu/menunic_src.js"></script>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=menu/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=menu/mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="menu/menu_data.asp"></script>

Thanks