vlane95678
04-05-2011, 06:19 PM
1) Script Title: AnyLink JS Drop Down Menu v2.2
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: We have been searching the forums here and cannot find a way to make only CERTAIN items in the drop menu open in a new window.
We have already tried this:
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu1.items=[
["Item 1", "google.com", "", "_blank"],
["Item 1", "google.com", "", "_self"]
]
We have also tried this:
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu1.items=[
["Item 1", "google.com", "_blank"],
["Item 1", "google.com", "_self"]
]
These are based on posts in this forum. None of these options work for both IE and Firefox.
Can anyone tell us how to write this properly?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: We have been searching the forums here and cannot find a way to make only CERTAIN items in the drop menu open in a new window.
We have already tried this:
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu1.items=[
["Item 1", "google.com", "", "_blank"],
["Item 1", "google.com", "", "_self"]
]
We have also tried this:
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu1.items=[
["Item 1", "google.com", "_blank"],
["Item 1", "google.com", "_self"]
]
These are based on posts in this forum. None of these options work for both IE and Firefox.
Can anyone tell us how to write this properly?