Results 1 to 6 of 6

Thread: HV Menu Problem

  1. #1
    Join Date
    Dec 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question HV Menu Problem

    I am trying to usethe HV Menu on this current page: http://www.nsfstc.unc.edu/Prototype/Index.htm

    But I keep running into the same problem: the first time I use the menu, it works great but when I go back to pick another link, the pop ups will not appear and I get the 404 blank.htm page not found.

    As you can see, I did not change a thing in the code; all I did was cut & paste.

    If anyone has any idea on how to fix this, I would greatly appreciate it

    Thanks!

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello,

    We can only offer support when you put our copyright notice back.
    For information, please see http://www.dynamicdrive.com/notice.htm

    cr3ative
    Last edited by cr3ative; 12-28-2004 at 04:09 PM. Reason: Typo.
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Dec 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I could not find the copywrite from the original script so I copied & pasted it from the link you provided into the dummy page I made. Hope this is correct ... ?

    Thanks

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You edited the code block

    To call the script, please use this code block:
    Code:
    <script type='text/javascript'>
    
    //HV Menu v5.411- by Ger Versluis (http://www.burmees.nl/)
    //Submitted to Dynamic Drive (http://www.dynamicdrive.com)
    //Visit http://www.dynamicdrive.com for this script and more
    
    function Go(){return}
    
    </script>
    I'll work on your problem, if I find a solution I shall reply.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  5. #5
    Join Date
    Dec 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by cr3ative
    Hello,

    We can only offer support when you put our copyright notice back.
    For information, please see http://www.dynamicdrive.com/notice.htm

    cr3ative
    You are using target pages outside of your site. There is no way to keep the menu active in those cases. You have to open those pages as separate windows. In order to keep the menu active, when you replace target pages you have to put the following code in the body tag of each target page:
    <body
    onload="javascript:{if(parent.frames[0]&&parent.frames['navmenu'].Go)parent.frames['navmenu'].Go()}">

    For web pages outside of your site do the following type of thing in the menu:

    Menu8_1_1=new Array("MSNBC","javascript:top.location.href='http://www.msnbc.com/'","",0,20,150);

  6. #6
    Join Date
    Dec 2004
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have no idea why you say that.

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
  •