Posts by Thiago Moura • 17 points
4 posts
-
0
votes2
answers107
viewsQ: Javascript + HTML return in a field
On this HTML page I defined some items /** * Botão Submit */ document.getElementById("btnSubmit").onclick = function() { var radios = document.getElementsByName("band-rock"); for (var i = 0; i <…
-
0
votes2
answers213
viewsQ: Java JSP return of age
I redid the class Idade and made a test with console and worked right the part. But JSP is showing error and I don’t know how it will do and how I will put in JSP to return age. //Classe Idade.java…
-
0
votes1
answer161
viewsA: JSP and return java age
I said again: But I’m not sure if it’s right: package br.com.pesquisamercado.modelo; import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.LocalDate; import…
-
-1
votes1
answer161
viewsQ: JSP and return java age
How to calculate age, I don’t know how to do in JSP and how to calculate with Java class method Java age. import java.text.ParseException; import java.text.SimpleDateFormat; import…