Oi gente, estou tentando fazer o seguinte,
tenho uma tabela e estou querendo puxar os textos dela para um campo de input de texto
a seguinte tabela
<table id="myTable" cols="3">
<tr>
<th >Header 1</th>
<th >Header 2</th>
<th >Header 3</th>
</tr>
<tr>
<td >Cell 4</td>
<td >Cell 5</td>
<td >Cell 6</td>
</tr>
</table>
e tenho q passar o conteudo dela pra um input:
<input type=text id="it1"/>