Hi,
I have a list of notes (data = ID, subject, description, date) which
is generated by PHP from a MySQL database. Now I want the user to
change the notes by using JavaScript.
The user can click on a note to see all the data of it on a single
page. By clicking on one of the data the label shall change to a
textbox to let the user change the data. Is it possible to merge the
existing PHP code like accessing the database and displaying the data
with the needed JavaScript or do I have to build the HTML code with
labels and textboxes and database accesses again?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---