[ajax-deutsch] filling table body with data
Brought to you by:
vamp201
From: Michael B. <li...@tr...> - 2007-04-12 06:43:21
|
we all know that FF is able to fill a tbody with data via innerHTML, = f.e. tblBody.innerHTML =3D 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! |