Dynamic TextField Generation
Swapna
|
June 8, 2009, 12:55 pm |
Dynamic TextField Generation
How to generate a row of text fields dynamically on a click of a ADD button?
Veselin
|
June 14, 2009, 11:53 am |
Re:
there are 3 ways doing this:
1) you can have DIV container and using javascript and innerHTML to add extra fields in that DIV
2) you can use AJAX and PHP to refresh a DIV content and add extra fields
3) you can use plain form and PHP page which will refresh and add the new fields