Struppi: Finde den Fehler nicht

Beitrag lesen

Sprich es müsste so aussehen:

var newnew=document.createTextNode(newBlock);

mainForm.lastChild.appendChild(newnew);


>   
>   
> Dann kommt aber folgender Fehler:  
> Fehler: uncaught exception: [Exception... "Node cannot be inserted at the specified point in the hierarchy"  code: "3" nsresult: "0x80530003 (NS\_ERROR\_DOM\_HIERARCHY\_REQUEST\_ERR)"  location: "http://localhost/Scripts/XMLHttpRequest.js Line: 127"]  
  
Was ist lastChild für ein Objekt?  
  
Struppi.