This is actually a 2 part question, which hopefully is not too complicated to implement.
I have a table and in each row there needs to be a text input field and a plain text string. Each row needs to have the equivalent of 2 button actions ('Change' and 'Update') but without looking like buttons.
1. The 'Change' "button": The text string of each row needs to behave like a submit button but include itself as an argument string as well as the input field, if any. This field is not changeable by the user (actually the page is PHP with mysql calls).
2. The 'Update' "button": If the return key is pressed when in the input field I want that to behave like a button with the "Update" value.
Aside from not knowing how to format the text to act like a button but without looking like one, it is not clear to me how to get the data from just that row without all the others as well. Any sugggestions would be appreciated. TIA.
I have a table and in each row there needs to be a text input field and a plain text string. Each row needs to have the equivalent of 2 button actions ('Change' and 'Update') but without looking like buttons.
1. The 'Change' "button": The text string of each row needs to behave like a submit button but include itself as an argument string as well as the input field, if any. This field is not changeable by the user (actually the page is PHP with mysql calls).
2. The 'Update' "button": If the return key is pressed when in the input field I want that to behave like a button with the "Update" value.
Aside from not knowing how to format the text to act like a button but without looking like one, it is not clear to me how to get the data from just that row without all the others as well. Any sugggestions would be appreciated. TIA.