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

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
naveedjavaid
Beginner
Beginner
Posts: 4
Joined: Mon May 15, 2006 9:58 am

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

Post by naveedjavaid »

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
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

We'll need to see a URL (as requested) so we can go over your code.
John
naveedjavaid
Beginner
Beginner
Posts: 4
Joined: Mon May 15, 2006 9:58 am

Post by naveedjavaid »

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
Post Reply