Re: node.innerHTML = '...' not working in IE
- From: "Julian Turner" <julian@xxxxxxxxxxxxxx>
- Date: 17 Nov 2005 09:40:25 -0800
Joel Byrd wrote:
> I am having this ridiculous problem of trying to set the innerHTML of a
> div node. It works in all other browsers, but internet explorer is
> giving me an "Unknown runtime error".
[snip]
> where "listings" is html code gotten using the XmlHttpRequest object on
> a remote PHP file. I do an "alert(listings)" and a
> "alert(document.getElementById('suggest_box').innerHTML)" right before
> the error line and sure enough, the listings is showing that it is
> indeed set, and the suggest_box node indeed exists.
Could you post the actual HTML contained within "listings" so we can
see what you are trying to put into the innerHTML.
Julian
.
- Follow-Ups:
- Re: node.innerHTML = '...' not working in IE
- From: Joel Byrd
- Re: node.innerHTML = '...' not working in IE
- References:
- node.innerHTML = '...' not working in IE
- From: Joel Byrd
- node.innerHTML = '...' not working in IE
- Prev by Date: Re: Simple HTML read/write question
- Next by Date: Re: Decoded Personalized Google code - getElementById()
- Previous by thread: Re: node.innerHTML = '...' not working in IE
- Next by thread: Re: node.innerHTML = '...' not working in IE
- Index(es):
Relevant Pages
|