<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>nobody? i just need a way to directely import 
ready-made HTML data from an ajax&nbsp;request into a new table 
row.</FONT></DIV>
<DIV><FONT face=Arial size=2>there must be an easy way?!?!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>----- Original Message ----- </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=list@tridemail.de href="mailto:list@tridemail.de">Michael 
  Borchers</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
  href="mailto:javascript@LaTech.edu">javascript@LaTech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, April 10, 2007 4:35 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Javascript] filling table body 
  with data</DIV>
  <DIV><FONT face=Arial size=2></FONT><BR></DIV>
  <DIV><FONT face=Arial size=2>we all know that FF is able to fill a tbody with 
  data via innerHTML, f.e.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>tblBody.innerHTML&nbsp;= 
  ajax.response;</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>the response includes f.e.</FONT></DIV>
  <DIV><FONT face=Arial size=2>&lt;tr&gt;</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp; &lt;td&gt;foo&lt;/td&gt;</FONT></DIV>
  <DIV><FONT face=Arial size=2>&lt;/tr&gt;</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>IE can't:( is there any workaround to create a 
  new tbody in an existing table</FONT></DIV>
  <DIV><FONT face=Arial size=2>and place an AJAX response as mentioned above? - 
  </FONT><FONT face=Arial size=2>This is driving me crazy!</FONT></DIV>
  <P><FONT face=Arial size=2></FONT></P></BLOCKQUOTE></BODY></HTML>