![]() |
shopping cart (0 item) |
||||||
|
|||||||
![]() ![]()
|
Dynamic TextField GenerationHow to generate a row of text fields dynamically on a click of a ADD button? Back REPLIES
Posted by Veselin on Jun 14th, 2009 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 POST A REPLY
|