I need to insert a 3 rows into DIV; i tried with
div = document.getElementById("yes");
var row = div.insertRow(-1);
............
but there isn't insertRow (it seems....). How Can I do?? How many ways?
thanks.
Expand|Select|Wrap|Line Numbers
- <table>
- <div id="yes"> </div>
- </table>