aber jetzt oder?!
<script type="text/javascript">
function gotoUrl (cUrl) {
//window.location = cUrl;
window.open (cUrl, 'Fenster','width=300,height=400,left=500,top=50');
return (false);
}
</script>
<a href="http://www.bremerhaven.de/" onclick="return gotoUrl('http://www.bremen.de/')">Bremen</a>
gruß
brat