S
shypen42
Hi everybody,
I'm pretty new to Javascript (I'm more on the server-side usually
I've been doing some XMLHttp request lately, communicating
in an "Ajax" style (to be buzzword compliant) with the server...
Quite handy
It works fine on Firefox, Opera and IE 6 with ActiveX enabled
and apparently IE7 with ActiveX disabled.
However with ActiveX disabled on IE6 I get an error message:
"un composant ActiveX n'a pas pu creer un objet" (excuse my french
Here's a blog from an IE7 developer:
http://blogs.msdn.com/ie/archive/2006/01/23/516393.aspx
where it is stated:
"In IE6 and below, XMLHTTP is implemented as an ActiveX
"object provided by MSXML.
So my question is: is it possible to easily do (or simulate) the
equivalent of an XMLHTTP object using IE 6 with ActiveX
disabled?
What is actually the relation between an XMLHTTP object and
ActiveX in IE 6 and below?
Thanks in advance for any infos,
I'm pretty new to Javascript (I'm more on the server-side usually
I've been doing some XMLHttp request lately, communicating
in an "Ajax" style (to be buzzword compliant) with the server...
Quite handy
It works fine on Firefox, Opera and IE 6 with ActiveX enabled
and apparently IE7 with ActiveX disabled.
However with ActiveX disabled on IE6 I get an error message:
"un composant ActiveX n'a pas pu creer un objet" (excuse my french
Here's a blog from an IE7 developer:
http://blogs.msdn.com/ie/archive/2006/01/23/516393.aspx
where it is stated:
"In IE6 and below, XMLHTTP is implemented as an ActiveX
"object provided by MSXML.
So my question is: is it possible to easily do (or simulate) the
equivalent of an XMLHTTP object using IE 6 with ActiveX
disabled?
What is actually the relation between an XMLHTTP object and
ActiveX in IE 6 and below?
Thanks in advance for any infos,