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: Ksou <mail@mail.com>
Date: Tue Aug 02 2005 - 18:30:03 CEST

does it work properly at IE???

"Martin Honnen" <mahotrash@yahoo.de> wrote in message
news:42ef9caf$0$6966$9b4e6d93@newsread2.arcor-online.net...
>
>
> Ksou wrote:
>
> > I would like to ask how can I submit a dom object content (e.g. xml
content)
> > from client side to server by using javascript.
>
> With XMLHttpRequest the send method can take an XML document object, see
>
<http://unstable.elemental.com/mozilla/build/latest/mozilla/extensions/dox/i
nterfacensIXMLHttpRequest.html#a5>
> so you would simply pass the XML DOM document object to the send method
> after a proper open call with method POST or PUT.
>
> --
>
> Martin Honnen
> http://JavaScript.FAQTs.com/
Received on Mon Oct 24 02:13:46 2005