Hi,
i did a push function for tabledata, where the data are periodical updated. 
It works fine in FF but not in IE.
Is there a problem with updating td's? I have in HTML this
<td id="xyz">...</td>
and in JS
$('xyz').innerHTML = newValue;
vg  Steffen