+Personally, I'd suspect your xmlReq.responseText to be the culprit.
+
+So long,
+Tyberius Prime
+
+[hr]
+
hi there,
in IE i have the follow problem:
when i try to do this
document.getElementById("minhaDiv").innerHTML=xmlReq.responseText;
it gives me an "Unknown error",
if i do
document.getElementById("minhaDiv").innerHTML="x";
or
var x = "X";
document.getElementById("minhaDiv").innerHTML=x;
its ok
any ideias ????
thank you in advance