[Javascript] filling table body with data

Michael Borchers list at tridemail.de
Mon Apr 16 04:54:04 CDT 2007


nobody? i just need a way to directely import ready-made HTML data from an ajax request into a new table row.
there must be an easy way?!?!

----- Original Message ----- 
  From: Michael Borchers 
  To: javascript at LaTech.edu 
  Sent: Tuesday, April 10, 2007 4:35 PM
  Subject: [Javascript] filling table body with data


  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/20070416/2f27819c/attachment.htm>


More information about the Javascript mailing list