Forum Moderators: open
How can I get a link to open in a new browser window?
You can use the
target
<a href="page.html" [b]target="_blank"[/b]>This link opens in a new window</a>