JürgenB: Problem mit Verändern der Höhe eines <div>s

Beitrag lesen

Hallo Fabian,

var lastOpenedBox = null;

function openBox(box, height, me){
if(lastOpenedBox != null){
    machZu = alert("closeBox('" + lastOpenedBox + "', '" + box + "', '" + height + "', '" + me + "')", 20);
  lastOpenedBox = box;

diese Zuweisung innerhalb des IF-Blocks wird nie ausgeführt. Sie muss außerhalb des IF-Blocks liegen.

}

Gruß, Jürgen