Hi,
I'm trying to translate an asp application, i have some difficulties with a
particular line :
---
Set myxml = Server.CreateOb ject("Msxml2.Se rverXMLHTTP.4.0 ")
---
Classical ajax exemples rather use :
[...]
req = new ActiveXObject(" Microsoft.XMLHT TP");
.... But i'm not sure the ActiveXObject is identical to the original :
Set myxml = Server.CreateOb ject("Msxml2.Se rverXMLHTTP.4.0 ")
I'm not an asp expert, can you give me some tips on that question ?
Thanks,
Arnaud
I'm trying to translate an asp application, i have some difficulties with a
particular line :
---
Set myxml = Server.CreateOb ject("Msxml2.Se rverXMLHTTP.4.0 ")
---
Classical ajax exemples rather use :
[...]
req = new ActiveXObject(" Microsoft.XMLHT TP");
.... But i'm not sure the ActiveXObject is identical to the original :
Set myxml = Server.CreateOb ject("Msxml2.Se rverXMLHTTP.4.0 ")
I'm not an asp expert, can you give me some tips on that question ?
Thanks,
Arnaud
Comment