FALCONSEYE
Programmer
I am trying to write the response from another page with :
document.getElementById("appMessage").innerHTML=xmlHttp.responseText;
This works perfectly fine with FireFox, however IE 7 throws an error saying :
Unknown Runtime Error.
Does anyone know how to resolve this issue?
thanks
document.getElementById("appMessage").innerHTML=xmlHttp.responseText;
This works perfectly fine with FireFox, however IE 7 throws an error saying :
Unknown Runtime Error.
Does anyone know how to resolve this issue?
thanks