Posts by Rodrigo Farias • 1 point
1 post
-
0
votes4
answers127
viewsA: Redirecting in PHP
You forgot about href - function voltar () { window.location.href="http://www.google.com ou seu caminho da pagina" ; } and the button <input type="button" onclick="voltar()">…