You can open link in a new window using Javascript, here example:
<a href="http://host4files.com" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">This link will open in new
window/tab</a>