Probiers mal so:
(kommt zwischen die <head>-tags)
<script language="JavaScript">
function popup_open()
{
fenster = open("url.html", "FensterName", "width=500,height=500,screenX=10,left=10,screenY=10,top=10,toolbar=0,menubar=0,location=0,statusbar=1,resizable=0,scrollbars=0")
}
</script>
und
der link lautet dann so:
<a href="javascript:popup_open()">Oeffnen</a>