Results 1 to 5 of 5

Thread: Top Navigational Bar III v3.5.1 conflicts with Form Dependency Manager

  1. #1
    Join Date
    Jul 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Top Navigational Bar III v3.5.1 conflicts with Form Dependency Manager

    1) Script Title: Top Navigational Bar III v3.5 and Form Dependency

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

    3) Describe problem: Menu selections using Top Navigational Bar 3 on my site disappears on pages having the form dependency script. Please help. When both scripts are on the same page, both doesn't work. Please help. Thanks
    Last edited by francoom; 08-07-2011 at 08:10 AM.

  2. #2
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default please

    post your page with the issue......................

  3. #3
    Join Date
    Jul 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry.... Here's the code:
    Code:
    <html>
    <head>
    <script type="text/javascript" language="javascript" src="includes_for_topmenu/sniffer.js">
    </script>
    <script type="text/javascript" language="javascript1.2" src="includes_for_topmenu/custom.js"></script>
    <script type="text/javascript" language="javascript1.2" src="includes_for_topmenu/style.js"></script>
    
    <script src="FormManager.js">
    </script>
    <script type="text/javascript">
    window.onload = function() {
        setupDependencies('weboptions'); 
    };
    </script>
    
    </head>
    <body>
    
    
    <form name="weboptions" action="default.cfm" method="POST">
    Form here using form dependency....
    </form>
    
    <script type="text/javascript" language="javascript1.2" src="includes_for_topmenu/menu.js"></script>
    
    </body>
    <html>
    
    </body>
    </html>
    Thank you so so so much....

  4. #4
    Join Date
    Jul 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi AJFMRF, what do you think is wrong with my script? Tried everything but the form dependency does not work if with the top navigational menu script. But it works without the top navigational menu script.

  5. #5
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default from my testing this is the problem

    Code:
    <script src="FormManager.js">
    There is something with that file causing it not to work .

    As soon as that was added to the head it stopped the form from showing/showing correctly.

    I dont' know what part is the problem but maybe some one that is more versed on Javascript can explain the issue.

    Bud

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
  •