Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Sever Side Include Javascript error

  • 27-10-2011 09:27PM
    #1
    Registered Users, Registered Users 2 Posts: 2,214 ✭✭✭


    I am using a spry menu for the navigation bar on my website. To cut down on editing, I put the content of the navbar in a server side include, however the script at the bottom of the HTML is still in the main script of the HTML.

    eg.

    <head>
    <?php require_once('includes/navbarinclude.php'); ?>
    </head>

    <body>



    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Dreamweaver is throwing an error at me because 'menubar1' is in the include. It doesn't see it on the page. Can I include the script type in the include or is that bad practice? This would get rid of the errors for me


Advertisement