Log in

View Full Version : ddlevelsmenu



artman
03-04-2011, 10:16 AM
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;


Message: 'hs' is undefined
Line: 405
Char: 4
Code: 0
URI: http://mysite.com/index0.php?action=listingview&listingID=19


In the menu are tree submenus only the ddsubmenu1 give the error.
The other two dont.

Here is the menu as placed in the main file:


<div id="ddtopmenubar" class="mattblackmenu">
<ul>
<li><a href="/index0.php">ATELIER MARTEN BOS:</a>&nbsp;&nbsp;</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>


I have try also the <a href with the full url name before the /index.php
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 :D

Thank you,

Marten

artman
03-04-2011, 10:30 PM
Is there somebody who know what this error code mean :


Message: 'hs' is undefined
Line: 405
Char: 4
Code: 0
URI: http://mysite.com/index0.php?action=listingview&listingID=19
and how to fix this?
The code is visible in the left bottom of the browser screen.

Thank you.

Marten