Kim Gräsman wrote:

- XmlHttp doesn't seem to work in XP SP2, I don't know if there's a
workaround short of writing our own.
Hi Kim,

I am curious about this.. In the racetv.xml or the comx.xml files they call:

  var xmlHttp = new ActiveXObject("Microsoft.XmlHttp");
  xmlHttp.open("GET", urlstart, false);
  xmlHttp.send();
  var sBody = xmlHttp.responseText;

Is this the xmlHttp() you are referring to? The reason I ask is, I run these on XP SP2 machines...

Monty






-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to