Hi,
habe ich gemacht:
document.getElementsByTagName("body")[0].appendChild(document.importNode(xmlHttp.responseXML.firstChild, true));
Und dennoch tritt der gleich Fehler auf (getestet in Firefox und Opera).
Welcher Fehler überhaupt? Du hast ihn noch gar nicht benannt. (Nicht „funzt nich“, sondern die Fehlermeldung aus der Fehlerkonsole.)
Habe ich sonst noch irgendwas nicht beachtet?
Die schon angesprochenen Namespaces könnten problematisch sein.
Hast du das HTML-Element, dass du importieren willst, dem HTML-Namespace zugeordnet?
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]