Hi all,
First time poster...
Is it possible to target iframes with the links found in the HV menu 5.5?
Thank you in advance,
David
Hi all,
First time poster...
Is it possible to target iframes with the links found in the HV menu 5.5?
Thank you in advance,
David
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
First you need an iframe on your page with the hvmenu. Next, the iframe needs a (unique) name, ex:
Now, in the exmplmenu_var.js file, you can do this:Code:<iframe name="some_name" src="about:blank" width="300" height="300" scrolling="auto" frameborder="1"></iframe>
Code:Menu2_1_1=new Array("CNN","javascript:window.open('http://www.cnn.com','some_name')","",0,20,150);
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Thank you John, that worked perfectly!
Now, I have another issue with the same menu.. when I resize the window, the menu moves to a different location on the page. How do I make the menu's location static or grouped with the whole web page design?
Thank you in advance,
David
On the page config.htm (a manual of sorts) that comes with the distribution archive find the info on:
TargetLoc
which is a little more than halfway down the config.htm page.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Once again, thank you!!
Bookmarks