I wanna switch this code:
<a href="selectare_gen.php" target="continut">Inapoi</a>
With a button. I want a button who redirect to ”selectare_gen.php” I tried:
<button onclick="location.href='selectare_gen.php'">Inapoi</button>
But all it does is refreshing the current page..