how about a SVG Document object???
As what I want is to upload the whole SVG document from client side to
server side (a J2EE server)
"Martin Honnen" <mahotrash@yahoo.de> wrote in message
news:42efb3e3$0$11749$9b4e6d93@newsread4.arcor-online.net...
>
>
> 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:47 2005