Jo: Finde den Fehler nicht

Beitrag lesen

Hi.

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"]

=/...