Versuchs mal so:
<a href="../hilfe/hilfe_login.htm" target="mypopup" onClick="window.open('..hilfe/hilfe_login.htm','mypopup','width=310,height=400,left=0,
top=0','menubar=no', 'status=no', 'scrollbars=auto'); return false">Hilfe</a>
und noch einfacher:
<a href="../hilfe/hilfe_login.htm" target="mypopup" onClick="window.open(this.href , this.target,'...').focus(); return false">Hilfe</a>
Der focus ist wichitg da, wenn das Fenster bereits geöffnet wurde es ansonsten im Hintergrund bleibt.
struppi.