Results 1 to 5 of 5

Thread: HV Menu v5.5 HELP

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

    Default HV Menu v5.5 HELP

    hi! i used the HV Menu v5.5 script, however, there are some problems.
    Link 1: http://animanganetwork.buildtolearn.net
    Link 2: http://www.strawberrymeimei.tk
    The second link is a redirection from the first link. There is a difference though, and that's the problem. I used the script and you could see it on the first link. however, on the redirection url, it doesn't show up. It's the menu on the top left corner. Can any one help?
    Thank you!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I see one thing that might be trouble:

    Code:
    <script type='text/javascript' src='exmplmenu_var.js'></script>
    <script type='text/javascript' src='menu_com.js'></script>
    on redirect, it might need the absolute path to those files, like:

    Code:
    <script type='text/javascript' src='http://animanganetwork.buildtolearn.net/exmplmenu_var.js'></script>
    <script type='text/javascript' src='http://animanganetwork.buildtolearn.net/menu_com.js'></script>
    assuming that's where they are . . .

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That's definitely the problem, though it may not be the solution. Upon further examination the http://www.strawberrymeimei.tk/ page is giving access denied error in IE6 and in NS7.2: Error: uncaught exception: Permission denied to get property HTMLDocument.body as well as: Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMScreen.width]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://trustbid.ws/?id=trust :: <TOP_LEVEL> :: line 147" data: no]

    Try my previous suggestion anyway (if it works, great!) but, you may have to put the scripts if not the content on the http://www.strawberrymeimei.tk/ server.

  4. #4
    Join Date
    Mar 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks! i'll go try that, but just in case that doesn't work, how would i put the scripts on the .tk server? because the .tk is just a redirection

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well shows what I know . If you are using that page as a redirect there should be server side ways of doing it without using a frame but, that is outside my area of expertise, assuming I have one. Hopefully, the absolute paths will work. If not, the administrator of the redirect page is the go to person for answers as I am sure these things work differently on different systems. Anyone else want to jump in here with more info?

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
  •