1) Script Title: ddlevelsmenu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
3) Describe problem:
Hello,
I have install the ddlevelsmenu, it work but I get a error on one of the submenus.
The error is;
In the menu are tree submenus only the ddsubmenu1 give the error.Code:Message: 'hs' is undefined Line: 405 Char: 4 Code: 0 URI: http://mysite.com/index0.php?action=listingview&listingID=19
The other two dont.
Here is the menu as placed in the main file:
I have try also the <a href with the full url name before the /index.phpCode:<div id="ddtopmenubar" class="mattblackmenu"> <ul> <li><a href="/index0.php">ATELIER MARTEN BOS:</a> </li> <li><a href="/index0.php">Home</a></li> <li><a href="#" rel="ddsubmenu1">Atelier</a></li> <li><a href="/index0.php?action=page_display&PageID=2">Album</a></li> <li><a href="#" rel="ddsubmenu2">ABC</a></li> <li><a href="/index0.php?action=page_display&PageID=7">Blog</a></li> <li><a href="#" rel="ddsubmenu3">LFB</a></li> <li><a href="/index0.php?action=page_display&PageID=8">Brochure</a></li> <li><a href="/index0.php?action=page_display&PageID=4"">Links</a></li> <li><a href="/index0.php?action=page_display&PageID=9">Contact</a></li> </ul> </div> <script type="text/javascript"> ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar") </script> <!--HTML for the Drop Down Menus associated with Top Menu Bar--> <!--They should be inserted OUTSIDE any element other than the BODY tag itself--> <!--A good location would be the end of the page (right above "</BODY>")--> <!--Top Drop Down Menu 1 HTML--> <ul id="ddsubmenu1" class="ddsubmenustyle"> <li><a href="/index0.php?action=listingview&listingID=19">Info - Nederlands</a></li> <li><a href="/index0.php?action=listingview&listingID=20">Info - English</a></li> <li><a href="/index0.php?action=listingview&listingID=21">Info - Deutsch</a></li> </ul> <ul id="ddsubmenu2" class="ddsubmenustyle"> <li><a href="/index0.php?action=listingview&listingID=22">Vaktermen</a></li> <li><a href="/index0.php?action=listingview&listingID=23">Terminilogy</a></li> <li><a href="/index0.php?action=listingview&listingID=24">Terminilogie</a></li> </ul> <ul id="ddsubmenu3" class="ddsubmenustyle"> <li><a href="/index0.php?action=listingview&listingID=25">Schilderijlijsten</a></li> <li><a href="/index0.php?action=listingview&listingID=26">Frames</a></li> <li><a href="/index0.php?action=listingview&listingID=27">Bilderrahmen</a></li> </ul>
Same results.
(*index0.php is use because the site is under construction, wen ready it will chanced to index.php)
Any idea how to fix this?
I'm not a programmer, just a tweaker
Thank you,
Marten




Reply With Quote
Bookmarks