Solo: Popupfenster immer im Vordergrund

Beitrag lesen

...Gottchen ist das einfach...

Hab's gerade gefunden...
<a href="#" onclick="javascript:window.open('','Dialogtitel', 'location=no,menubar=no,resizable=no,toolbar=no,dependent=yes,dialog=yes,minimizable=no,modal=yes,alwaysRaised=yes,width=400,height=200,top=100,left=100', true );">test</a>

Das Zauberwort heisst anscheinend "modal=yes"

...funktioniert aber nur im Gecko...
für den IE brauchts dann halt auch noch den showModalDialog()