Re: How to export content from a JS Dom object
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: How to export content from a JS Dom object

From: Martin Honnen <mahotrash@yahoo.de>
Date: Tue Aug 02 2005 - 19:56:50 CEST

Ksou wrote:

> does it work properly at IE???

Sure, but only if you pass an XML DOM document to the send method of the
XMLHTTP object. Don't expect to be able to pass an HTML DOM document to
that method. MSXML implements the XML DOM and that is separate from the
HTML DOM that IE (or technically MSHTML) implements, both are accessible
with script but objects from one DOM implementation cannot be inserted
into objects of the other DOM implementation.

-- 
	Martin Honnen
	http://JavaScript.FAQTs.com/
Received on Mon Oct 24 02:13:46 2005