Welcome to the OZONE Asylum FAQWiki!
Frequently Asked Questions
DHTML/JavaScript

problem in innerHTML and xmlReq.responseText Differences Pages that link to <a href="https://ozoneasylum.com/backlink?for=30051" title="Pages that link to problem in innerHTML and xmlReq.responseText Differences" rel="nofollow" >problem in innerHTML and xmlReq.responseText Differences\

+Hello migueldesousa,

+welcome to the Asylum.

+I suggest you post your question again over at the approriate (DHTML) forum.

+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

(Created by migueldesousa on 03-03-2008 19:04)
+(Edited by Tyberius Prime on 03-03-2008 21:04)

« BackwardsOnwards »

Show Forum Drop Down Menu