Menu and script conflict

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
tv2n
Advanced
Advanced
Posts: 21
Joined: Thu Aug 08, 2002 3:45 pm
Location: VA
Contact:

Menu and script conflict

Post by tv2n »

I found this script .. sample --

http://test.procurement.virginia.edu/ma ... uy/jv.html

and wanted to use on my page .. but it does not work .. if i take out
<SCRIPT TYPE="text/javascript" SRC="menu/procsvcs_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_main.js"></SCRIPT>

then it worked .... help!

my actual page where the script defunc -- http://test.procurement.virginia.edu/ma ... _desc.html

Thanks,
T.
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

in order to avoid conflics my suggestion is not to use those scripts.
Please see and study
http://milonic.com/tooltips.php
as an alternative for those scripts.

Michael
User avatar
tv2n
Advanced
Advanced
Posts: 21
Joined: Thu Aug 08, 2002 3:45 pm
Location: VA
Contact:

hmmm .. nice but ...

Post by tv2n »

The tooltips are nice but I need to be able to put a link in the tooltips and click on it .. :(
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

in this case, my suggestion is to make use of this:

http://milonic.com/menusample24.php

Could be integrated in any page, based on the Milonic scripts.

Michael
Post Reply