Zeromancer: Korrektur/Ergänzung

Beitrag lesen

Hallo Siechfred,

var features = new Array();
features[0] = "width=400,height=300,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no,status=no";
features[1] = "width=300,height=400,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no,status=no";
features[2] = "width=500,height=500,resizable=yes,scrollbars=yes,toolbar=yes,location=yes,menubar=yes,status=yes";

function popper(res,tit,fn) {
  var obj = window(res,tit,features[fn]);
  obj.focus();
}

Beispiel:

popper("pfad/zu/irgendeiner.html", "Irgendwas", 2);

<a href="01/02_001.html" onclick="popper(this.href,'tit',0); return false;"><img src=...

sagt mir

Error: Line 7 Member not found. Habe ich etwas übersehen?

Mit freundlichen Grüßen,
André