Posted by jj on 07/19/05 17:44
Hello,
I have a page that has X amount of rows which display a couple of input
boxes. Each one of these rows of data has its own delete button so that the
user can delete individual rows. There is also a submit button at the
bottom of the page that gathers all the data from each input box in the
entire page and saves it to my DB.
The problem is that the delete buttons do not work since the form action is
always triggered for the submit button, as its form tags are nested within
pretty much the whole page. How would i go about getting my delete buttons
working while still having the submit button? thanks.
[Back to original message]
|