Posts by gilnei aquino da paixão • 11 points
2 posts
-
0
votes2
answers2705
viewsA: How to store an input value in a variable and show it
You can use a simple Javascript Alert on the screen by printing your variables: Alert(' Sobrenome do autor > Nome do Autor > Título'+ sobreNome + nomeAutor + titulo);…
-
1
votes2
answers1639
viewsA: How do I add bookmarks to the google map when I click it? - Javascript
It worked here, you can do putting the event also by the marked point var marker = new google.maps.Marker({ position: new google.maps.LatLng(latitude, longitude), map: mapa });…