Hi, i'm a newbie in javascript. To make all clear of what I wanna do is, take a look at this URL:
http://danecdotes.hostei.com/addproposal.html
What i wanna do is when you click add more input link, you can have more rows to input more things. Note that in those <td> there's an input field in each <td> and I want those input to have their own names with increment ID (e.g like name1, name2, name3.). How can I make that possible?
Thanks
|