How do you get submenu links to open a new window?
-
- Beginner
- Posts: 4
- Joined: Tue May 21, 2002 8:29 pm
How do you get submenu links to open a new window?
Just like the topic says. I tried target='new' but that's not working. It's just making the menu item a non-clickable item. That means even though the last two items in the menu are displayed, since they're not clickable, when you mouse over them, the menu closes.
submenu opening a new window
I use this data:
addmenu(menu=["Name",
,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Text","http://www.adress.adress target=new",,"text",1
])
and it works!
addmenu(menu=["Name",
,,170,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Text","http://www.adress.adress target=new",,"text",1
])
and it works!