Hallo Knut,
so muß es funktionieren - für NC + MSIE
var ad ;
var w = screen.width-400;
var h = screen.height - 400;
var winopts = "toolbar=no,location=no,status=no,menubar=no,width=270,height=270,screenX="+w+",screenY="+h+",left="+w+",top="+h;
function openwn(x) {
ad = window.open(x + ".htm","adress",winopts);
}
Viele Grüße Günter