Results 1 to 3 of 3

Thread: DD Tab Menu - ERROR problem

  1. #1
    Join Date
    Sep 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Tab Menu - ERROR problem

    1) Script Title: DD Tab Menu (5 styles)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm

    3) Describe problem:
    Error: ddtabmenu is not defined
    Source File: http://www.pcc-sf.com/solutions.html
    Line: 37

    Hello, any help with this would be awesome. It appears to me that I have in fact defined the menu, but i continually get this error message in Firefox anda well as IE. The menu does seem to function correctly, but I must get rid of the error.

    It occurs on all pages:
    http://www.pcc-sf.com/solutions.html

    thanks,
    GG

  2. #2
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

    Default

    This:
    HTML Code:
    <script type="text/javascript">
    ddtabmenu.definemenu("ddtabs4", 2) //initialize Tab Menu #4 with 3rd tab selected
    </script>
    
    <script type="text/javascript" src="ddtabmenufiles/ddtabmenu.js">
    
    /***********************************************
    * DD Tab Menu script- © 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>
    Should be:
    HTML Code:
    <script type="text/javascript" src="ddtabmenufiles/ddtabmenu.js">
    
    /***********************************************
    * DD Tab Menu script- © 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>
    
    <script type="text/javascript">
    ddtabmenu.definemenu("ddtabs4", 2) //initialize Tab Menu #4 with 3rd tab selected
    </script>
    

  3. #3
    Join Date
    Sep 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    THANK YOU THANK YOU - totally worked
    Apparently sometimes I miss the obvious!

    Cheers,
    GG

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
  •