hi
du musst ein neues fenster JavaScript öffnen.
bsp:
<SCRIPT>function WindowOpen(URL,Fenstertitel,Fensterattribute){f=window.open(URL,Fenstertitel,Fensterattribute);}</script>
<a href="Javascript:WindowOpen('http://www.link.com','Info','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=600');" onMouseOver="window.status=' ';return true">LinkText</a>
hier findest du noch mehr: http://selfhtml.teamone.de/javascript/objekte/window.htm#open