Posts by Lucas Felix • 1 point
2 posts
-
-3
votes1
answer98
viewsA: How to use an Alert without giving Refresh on the Page?
Searching here I got a way not to reset the form instead of window.open('formulario') used the history.back('formulario'). out.println("history.back('form_autocadastrar_cliente.jsp','_self');");…
-
-3
votes1
answer98
viewsQ: How to use an Alert without giving Refresh on the Page?
So, I’m doing a client registration with Java web (jsp) and Servlet, where I receive in my registration database the form data and check if there is already Cpf. The code goes right down. try {…