Results 1 to 3 of 3

Thread: HV Menu issue

  1. #1
    Join Date
    Jan 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV Menu issue

    http://s94016903.onlinehome.us/oakridge/index.html

    Please look at the error on this page. Can you tell me why I am getting it? I used Dreamweaver to develop this site. I attached the script to the template. Updated all of my pages from the templates, but none of the menus work--and give errors. So I thought that the exmplmenu_var.js or the menu_com.js might need to be at the same level of the the page themself, rather than at the level of the template. This does not help.

    To view the js files they are in the template folder...http://s94016903.onlinehome.us/oakridge/Templates

    I hope this makes sense and that someone might be able to help. Thanks--Rachel

  2. #2
    Join Date
    Dec 2004
    Posts
    177
    Thanks
    0
    Thanked 18 Times in 17 Posts

    Default

    change the lines that say

    Code:
    <script type='text/javascript' src='exmplmenu_var.js'></script>
    <script type='text/javascript' src='menu_com.js'></script>
    To

    Code:
    <script type='text/javascript' src='./Templates/exmplmenu_var.js'></script>
    <script type='text/javascript' src='./Templates/menu_com.js'></script>
    And tell me if that works.
    Verzeihung!

  3. #3
    Join Date
    Jan 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Nope--that didn't work

    Nope, changing the script src didn't work. I tried ./ and ../

    I also get an error when the page first opens that says Line 73 char 37 error expected ')' code 0 then gives the URL

    Any other ideas? Thanks--Rachel

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
  •