var h4 = document.createElement („h4“);
h4.setAttribute („Kategorie“, „Ui-widgetüberschrift“);
h4.innerText („Abfall“);
var a1 = document.createElement („a“);
a1.setAttribute („Kategorie“, „Uiikone Ui-IkoneZoomin“);
a1.setAttribute („href“, „testimages/“ + Bilder [i] .firstChild.nodeValue);
a1.innerText („Ansicht größer“);
var-Überspannung = document.createElement („Überspannung“);
span.setAttribute („Kategorie“, „Uiikone Ui-Ikoneabfall“);
span.innerText („Abfall“); |