Arnaud wrote:
> Actually I'm trying to translate it into php so i won't have any msxml4
> installed on the server.
> That's why I tried the ajax/client approach : to avoid dealing with a server
> object.
I am not sure I really understand why you are asking in a JavaScript
group if you want to convert server side VBScript/ASP to PHP but as for
those objects, they have many common properties and methods but there
are some differences. Documentation is here:
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/7924f6be-c035-411f-acd2-79de7a711b38.asp>
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/1aac5bb8-3647-44cf-a1ce-c220ba464509.asp>
So ServerXMLHTTP has methods like setTimeouts, waitForResponse that the
XMLHTTP does not have.
--
Martin Honnen
http://JavaScript.FAQTs.com/