Posts by Yago Ferreira • 1 point
1 post
- 
		-3 votes4 answers3077 viewsA: How to prevent refresh after Ubmit on the same page?Just insert the Return false in the Submit code. ex: <input type="submit" onclick="calcular();return false" /> 
1 post
-3
votes4
answers3077
viewsJust insert the Return false in the Submit code. ex: <input type="submit" onclick="calcular();return false" />