Results 1 to 3 of 3

Thread: error: null is null or not an object

  1. #1
    Join Date
    Nov 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default error: null is null or not an object

    1) Script Title: All Levels Navigational Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu/index.htm

    3) Describe problem: I am getting the following error at www.rayburns.com when viewing in IE.

    Message: 'null' is null or not an object
    Line: 338
    Char: 2
    Code: 0
    URI: http://www.rayburns.com/ddlevelsfiles/ddlevelsmenu.js

    Can someone help explain what this means and how to fix it? I can't find anything in the forum...

    Thank you so much...
    K.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You have a initialization call to a DD Levels menu that's non existent. Remove the following from your page:

    Code:
    <script type="text/javascript">
    ddlevelsmenu.setup("ddsidemenubar", "sidebar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar")
    </script>
    DD Admin

  3. #3
    Join Date
    Nov 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi ddamdmin
    Thanks for your quick response.
    I removed the code you showed - it did not solve the problem... So not sure what to do... ( I put it back in)
    K.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •