Most voted "alert" questions
None
Learn more…52 questions
Sort by count of
-
-2
votes2
answers109
viewsJavascript Calculator(Returns no value)
My simple javascript calculator design (containing some buttons),does not return any value. Even with Alert nothing works. function testResults (form) { var operacao= form.operacao.value; //entrada…
-
-3
votes1
answer98
viewsHow 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 {…