Dear All,
Here's what I'm interested in doing but can't get working.
In my webpage, the user can visualize some information
from the database and eventually choose to edit it. (All
this is done with AJAX). When the user clicks on "edit" the
appropriate <DIV> section is refreshed such that the aforementioned
information appears in a text input and can now be modified
by the user.
What I would like to do next, is to take this modified information,
associate it with a new variable and send it to the database to
replace the old information - this is done after clicking a "save" button.
(Again done with AJAX). However I'm having difficulties with this as
I do not know how to associate the new information from the text
input to a new variable. Perhaps there is a more intelligent way?
Any ideas are welcome!
Best from Brussels,
TMT000