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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.