I wonder if there is a possibility that button
plays the same role as the "back" arrow in the browser? Return to the previous page without refresh the page?
I wonder if there is a possibility that button
plays the same role as the "back" arrow in the browser? Return to the previous page without refresh the page?
Yes, this way:
<input type = 'button' value = "Voltar" onclick = 'javascript:history.back(-1)'>