Hi,<br />You can use subforms instead of tables and the javascript on the click event of the button will be like:<br />form1.page1.<your_subform>.instanceManager.addInstance(0);<br /><br />Oguz<br />www.kgc.com.tr
25-11-2008
hi
i used your subform solution but i want to delete specific row then what will you suggest?
Put a "delete row" button to your repeating subform and use the following script on the click event:<br />form1.page1.<repeating_subform>.instanceManager.removeInstance(this.parent.index);<br /><br />Oguz<br />www.kgc.com.tr
26-11-2008
thanks otk
i written your above metioned script but it delete row first row of the table. means parent of this instance. then how i can delete particular mentioned row?