![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archive"Object Required" by IE 6 when using Msxml2.XMLHTTP
From: Brent <"writeBrent>
Date: Mon Nov 14 2005 - 04:16:23 CET
This AJAX stuff is all new to me. To try it out, I borrowed this code
========================
var http_request = false;
http_request = false;
if (window.XMLHttpRequest)
}
In Firefox and Safari, I'm having great success. In IE 6, I get an
http_request = new ActiveXObject("Msxml2.XMLHTTP");
I guess I'm missing something pretty basic. Can someone point me in the
Thanks!
--Brent
|