Results 1 to 4 of 4

Thread: tabdropdown is undefined

  1. #1
    Join Date
    Sep 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default tabdropdown is undefined

    Script URL: http://www.dynamicdrive.com/dynamici...wntabsdemo.htm (Example 2)

    I'm trying to implement the bluemenu drop down menu, using Dreamweaver and I keep getting the "tabdropdown is undefined error" in both Firefox and IE7.

    I added Dynamic Drive's CSS code to the site's existing style sheet, but I don't know why that would be the problem. The CSS and XHTML doc both validated.

    Here's a link: http://test.adarchitects.com/Pages/G...Nav%20Test.htm

    I'm new to this, so any help would be hugely appreciated! Thanks in advance.

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

    Default

    The reference to the .js file of the menu is broken on your page:

    Code:
    <script type="text/javascript" language="javascript" src="JS Files/dropdowntabs2.js">
    
    /***********************************************
    * Drop Down Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    DD Admin

  3. #3
    Join Date
    Sep 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks - I fixed the broken reference (I think), but nothing drops down and I still get the error. Anything else it might be?

  4. #4
    Join Date
    Sep 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I figured it out - I needed to modify/clarify the path for the .js file further. Thanks for your help!

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
  •