[Javascript] filling table body with data

Michael Borchers list at tridemail.de
Tue Apr 10 09:35:16 CDT 2007


we all know that FF is able to fill a tbody with data via innerHTML, f.e.

tblBody.innerHTML = ajax.response;

the response includes f.e.
<tr>
  <td>foo</td>
</tr>

IE can't:( is there any workaround to create a new tbody in an existing table
and place an AJAX response as mentioned above? - This is driving me crazy!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20070410/ad9b5655/attachment.htm>


More information about the Javascript mailing list