Michael Schröpl: Parameterübergabe ab eine Funktion funktioniert nicht

Beitrag lesen

Hi hanspeter,

function new_window(url,name,w)
{
   win=window.open(url,name,"location=no,top=0px,left=0px,width=w +"px",height=350px,menubar=yes,status=yes,resizable=yes");
}

win = window.open (url,
                    name,
                    "location=no,top=0px,left=0px,width=" + w + "px,height=350px,menubar=yes,status=yes,resizable=yes");

Viele Grüße
      Michael