ChrisB: Finde den Fehler nicht

Beitrag lesen

Hi,

var newnew=document.createTextNode(newBlock);
mainForm.lastChild.appendChild(newnew.nodeValue);

appendChild hängt Node-Objekte ins Dokument ein, nicht irgendwelche *Eigenschaften* von Nodes.

MfG ChrisB

--
Light travels faster than sound - that's why most people appear bright until you hear them speak.