By farrider
via alistapart.com
Published: Mar 27 2007 / 13:41
To import a DOM document into an existing DOM document, there is the handy importNode() method that was introduced in DOM Level 2 as part of the Document Object Model Core. The problem with implementing this code is that although it may work in Firefox, Opera, Netscape, and Safari, it doesnât work in Internet Explorer for any version.



Add your comment