Good day. Faced the problem of adding a row to a table. At the moment there is a script:
var mess = document.getElementById("messages"); var div = document.createElement('tr'); div.innerHTML = '<tr> ... </tr>'; mess.appendChild(div); Kick, please, in the direction of where to read, and if you feel like it, write how to do it :) Thanks in advance.
<tr>use<td></td>- zb '