Loading...
 
Features / Usability

Features / Usability


Menu Links in New Windows?

posts: 101
Hi again. Is there a way to have some links in a menu panel open in new windows, rather than in the same one (without the user needing to right-click it and select "open in new window")?
posts: 3665 United States

> Hi again. Is there a way to have some links in a menu panel open in new windows, rather than in the same one (without the user needing to right-click it and select "open in new window")?

No (there is an open enhancement request), but.... if you create the link directly in a module (instead of a menu), then you can code it with regular HTML to open in a new window:

Copy to clipboard
<a href="MyLinkHere" target="_blank">...


HTH,

-Rick


posts: 2 United States

> Hi again. Is there a way to have some links in a menu panel open in new windows, rather than in the same one (without the user needing to right-click it and select "open in new window")?

Not sure if this is what you are asking or not, I'm still learning a lot of things and may be mistaken, (and usually am lol) but with Firefox you can go to "Tools/Options" and make all links open in a new window.
http://img178.imageshack.us/my.php?image=taboptionsql0.jpg


posts: 101
Thanks for the suggestion, Volkan, but that's not quite what I was looking for. I think I'll try pursuing Rick's suggestion by using a JS tree directly in a module...