Auto creation of row when data enter from child window to parent window.

renuka
02:18:15
Hello,

Referring "http://www.plus2net.com/javascript_tutorial/window-child3.php". I want to create a functionality in which when data enter in child window it'll entered in parent window.But in my case user can enter n number of row.
so please tell me how to handle that dynamically without writting the code for each and every row.
smo1234
02-23-2015
You can use input array as name for text box or other form components. You can see example on how multiple checkbox are used inside a form.

You can use for loop to add number or rows you want.

While receiving the data you can read in the same way.

Try .. let us know how it is working.
Please Login to post your reply or start a new topic