I am a novice, not alot of training with javascript.I need 2 table rows
added to a table without having multiple "add row" buttons. I would like
to be able to add both rows with one button.right now the button is set
for the most current row:Table1._Week.addInstance(0);the row above is
Table1._CodesHow do I script this in order to have both rows appear when
the Add Row button is selected?