Hi. I have a JSP page and servlet and a java class. Also a .js file.
Anyways. I want to go to the database and select some variables from the database. After i select the variables i want to populate my HTML file with them with js code.
The problem is, i am able to get the data from the database and populate my HTML, but after that, if i edit the content on the html file for example a text box. i can't insert those variables to my database again. Any suggestions?