Results 1 to 4 of 4

Thread: HV Menu and Iframes

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

    Arrow HV Menu and Iframes

    SCRIPT:HVMenu

    I am trying to use Iframes with the HVMenu script and can't get it to work correctly. Is there any way to do it?

    If I leave the fram configurations as they come originally then the links open in the parent window. (example )

    If I put the Iframe name into the DocTargetFrame variable it puts the whole menu into the iframe.

    Let me know if I left out any details or if I am unclear.

    I hope this can work - it's a killer script.

    thanks
    Last edited by malder; 11-10-2004 at 10:27 PM.

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

    Default

    We need to make the link targets clear.

    <a href="wherever.htm" target="_frame">link text</a>

    If you know what I mean, that target="_frame" part is what needs implementing.
    At college at the moment, I might deal with this later.

    cr3ative
    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
    Nov 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I know exactly what you mean. I know how it would work in plain HTML, but the problem for me is making the link target clear through a the .jar file.

    I tried different configurations, but as you can see below, it isn't all that clear how I would do this.

    Menu2=new Array("WHAT WE DO","whatever.htm","",4);

    I appreciate the help.

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

    Default

    You might be able to cheat and do this:

    Menu2=new Array("<a href='where.htm' target='where'>WHAT WE DO</a>","#","",4);

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

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
  •