Question
Hi,
is there a short and easy way to have external links opened in a new browser window without using HTML-tags?
Maybe a %VARIABLE that can be used?
Thanks
Environment
--
LukasMusiol - 08 Aug 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I modifed the code to do that. </TWiki/lib/TWiki/Render.pm> has the global handler of external links (sub _externalLink) . Change target="_top" to target="_blank".
--
SeanCMorgan - 08 Aug 2008
There is not any syntax for this in standard TWiki. You might check out
LinkOptionsPlugin.
--
LynnwoodBrown - 08 Aug 2008