Knut: window.open an dynam. Koordinaten

Beitrag lesen

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

Hi Günter,

eisbär is best !
Danke für den script und wieder mal dazu gelernt.
Bis zum naechsten mal.

Knut