-
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.
-
-
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
-
-
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.
-
-
You might be able to cheat and do this:
Menu2=new Array("<a href='where.htm' target='where'>WHAT WE DO</a>","#","",4);
cr3ative
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks