Reindirizza su altra pagina






https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_redirect_webpage


<!DOCTYPE html>
<html>
<body>

<h2>Redirect to a Webpage</h2>
<p>The replace() method replaces the current document with a new one:</p>

<button onclick="myFunction()">Replace document</button>

<script>
function myFunction() {
https://www.w3schools.com")
}
</script>

</body>
</html>










( reindirizzasualtrapagina.html )- by Paolo Puglisi - Modifica del 17/12/2023