1
I wonder how I can take a data contained in an id inside an input and put elsewhere in the page with help of javascript as follows in the example below:
HTML:
<!-- Dado ID -->
<input name='dt_situacao' id='dt_situacao' type='hidden'>
<!-- Dado ID A Ser Inserido-->
<table class="table table-responsive" border="0">
<tr>
<th>Situação inicial:</th>
<td>id_situacao</td>
</tr>
</table>
You can do that on the server... that’s an option?
– Sergio
@Sergio, he’s learning, go slow.
– Augusto Vasques
@Augustovasques accurate, so it’s good to learn things the right way from the beginning :)
– Sergio
In fact. I researched the term here. Rsrsrsrs
– Carlos