Hi,
The microsoft documentation isn't very clear ! But you
find all informations ! Here an example of XML doc
sending in Microsoft World....
var xmlDoc = new ActiveXObject("Msxml2.DOMDocument");
[...] Fill a document
var xmlHttpRequest= new ActiveXObject("Msxml2.XMLHTTP");
xmlHttpRequest.open("POST", anUrl, false);
xmlHttpRequest.setRequestHeader("content-type","text/xml;charset=UTF-8");
xmlHttpRequest.send(xmlDoc);
alert(xmlHttpRequest.responseText);
Hope that helps,
Jean-Louis
> -----Message d'origine-----
> De : Liaw, Wan-Bih [mailto:[EMAIL PROTECTED]]
> Envoy� : mercredi 25 juillet 2001 18:27
> � : [EMAIL PROTECTED]
> Objet : RE: Question about ActiveXObject("microsoft.xmlhttp")
>
>
> Hmm but, the documents do NOT contain ActiveXObject callable from inside a
> JScript ... so that's not what i looked for.
> Any more help? Thanks!
>
> -----Original Message-----
> From: Liaw, Wan-Bih [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 25, 2001 9:42 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Question about ActiveXObject("microsoft.xmlhttp")
>
>
> Well actually, I just found the download of its sdk's, instead of the sp1,
> so now there are documents.
> Thanks again.
>
> -----Original Message-----
> From: Jean-Louis Vila [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 25, 2001 12:56 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Question about ActiveXObject("microsoft.xmlhttp")
>
>
> In fact, is an ActiveX Object include in msxml3 Package.
> You can download it and its documentation on msdn.microsoft.com/xml/
>
> regards
> Jean-Louis
>
> > -----Message d'origine-----
> > De : Richard Bourland [mailto:[EMAIL PROTECTED]]
> > Envoye : mercredi 25 juillet 2001 05:55
> > A : [EMAIL PROTECTED]
> > Objet : Re: Question about ActiveXObject("microsoft.xmlhttp")
> >
> >
> >
> > This is a JavaScript object using the Microsoft XML
> > Parser, so it might be hard to find it in the Java
> > API. But I could be mistaken.
> >
> > --- "Liaw, Wan-Bih" <[EMAIL PROTECTED]> wrote:
> > > is there a Java programmer's doc available for this
> > > class?
> >
> >
> > =====
> > ------------------------------
> > email - [EMAIL PROTECTED]
> > Home - 972.869.9878
> > Cell - 972.567.7536
> > ------------------------------
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute with Yahoo! Messenger
> > http://phonecard.yahoo.com/
> >
>