Posts by Gustavo Silva Melo • 35 points
2 posts
-
1
votes1
answer916
viewsQ: Update content of the HTML page with Javascript using SQL queried data
People have the following page, which works as follows: The user type the name of the city, click on the search button where he brings the results corresponding to the search in a table. By clicking…
-
2
votes2
answers488
viewsQ: Select values of a <td> with click
The code below is for a page, which the user enters the name of a city, and checks if there are similar results. With this, it brings several results in a table created dynamically, depending on the…