Hello All,
I have this situation.
1. I have one Text box (say first) and add button.
2. If i click add, one text box should be added + one delete button.
3. if i click add again, second text box should be added + one delete button.
and so on..
4. on clicking any delete button, the corresponding text box should get deleted.
5. The add button should be for only first text box.
Please provide me code for this.
or only for adding textboxes, iam new to Javascript.
Thanks a lot.