Posts by Cezar Apulchro. • 1 point
3 posts
-
0
votes1
answer28
viewsA: Populate multiple html input with table information
Guys problem solved, nothing to research and study a little more. My solution: function loadCell() { let tabela = document.getElementById("tabprd"); if(tabela != null) { for(let i = 0; i <…
-
-1
votes1
answer28
viewsQ: Populate multiple html input with table information
I have a JSP with table with multiple rows and two columns. I have ten input lines where I want to play cell 0 and cell 1 in item1 and descr1 of the first input. By clicking on the next row of the…
-
0
votes0
answers29
viewsQ: Java client server application updating db mysql and txt file
Thanks for the attention, apparently this is all ok, when localhost use works. On the server side I saw some place I have to do implementations, only it was not very clear, for example, I have to…
javaasked Cezar Apulchro. 1