J
JR
basically i have two repeating tables. the user will fill in the first one,
and the second one could the be same as the first, but doees not have to be.
Table1 and Table2 are structured like:
-------------------------------
name | extension | dept. |
-------------------------------
where each cell is a text box.
under the second table, i have a button "Same As Above" and if clicked,
every row from the first table should be duplicated into the second table.
if someone could jsut give me a snippet of code to look off of (i.e. how to
identify fields and these dynamic rows) i can work from there. I am new to
JScript but not to coding.
thanks!
and the second one could the be same as the first, but doees not have to be.
Table1 and Table2 are structured like:
-------------------------------
name | extension | dept. |
-------------------------------
where each cell is a text box.
under the second table, i have a button "Same As Above" and if clicked,
every row from the first table should be duplicated into the second table.
if someone could jsut give me a snippet of code to look off of (i.e. how to
identify fields and these dynamic rows) i can work from there. I am new to
JScript but not to coding.
thanks!