No.. That isn't what I'm asking...

I have code (posted earlier) that performed an ajax call and displayed 
something. It worked for Firefox, but not for IE.

I tried a few solutions and it was suggested that IE doesn't like 
assigning innerHTML after the page loads.

I changed ....

document.getElementById("character").innerHTML=xmlHttp.responseText;

to..

document.getElementById("character").value=xmlHttp.responseText;

and I don't get an error now, but in both firefox and IE, it doesn't 
show the information being passed back.

My question is... If I shouldn't use innerHTML to display it, what 
SHOULD I use?

Dawson, Michael wrote:
> alert();
> 
> Or get FireBug. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309954
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to