amolip: Ersetze Element mit anderem Element (Prototype)

Beitrag lesen

Hallo noscript!

id_to_replace = htmlupdateitems.item(k).getAttribute('replaceid');
hier wäre [k] angebracht, nicht (k)

Nein, das wäre grottenfalsch.

replacecode = htmlupdateitems.item(k).firstChild;
dito

dito

Gruß Uwe