I have no clue if and how it is possible, but i have a table. say i have the following table and i want to reload only Table Data 3 every 10 seconds without refreshing the whole page
<table width="200" border="1">
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>
Can someone show me how to achieve it?
Thanks alot
Source: Ask Javascript Questions