Menu Links in New Windows? Posted by Zero 30 Jun 2007 20:23 GMT-0000 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")?
Posted by Rick Sapir / Tiki for Smarties 01 Jul 2007 20:03 GMT-0000 posts: 3665 > 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
Posted by Matt 01 Jul 2007 21:29 GMT-0000 posts: 2 > 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 😂) 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
Posted by Zero 03 Jul 2007 18:56 GMT-0000 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...