Forum Moderators: open
base target="_blank"
But isn't it possible to set weidth and height for the new window?
Thanks folks!
Yes you can, but you have to do it with javascript:
<a href="#" onclick="window.open('http://your-link-here', '','width=300,height=200');">Link text</a>
On disadvantage with this method is that if the visitor wants to open a new window (right clicks or shift+click) it does not work correctly.