Hello All,
This is my first post on here. I am new to javascript and I have a problem.
how can i
1. Have a button that adds a new row of cells to a table
2. In these cells there are input boxes/check boxes/dropdown list/ radioboxes and textarea.
3. And have the user input assigned to that specific cell ex. "<textarea rows='3' cols='10' name='desciption.$i'></textarea>" (I think that how you do it) So that i can query it to a Database
I hope that was clear
Any help is greatly appreciated
Thank you in Advance
-jaycastr