Comment rediriger une page vers une autre URL dans HTML
<meta http-equiv="Refresh" content="0; url=https://www.w3docs.com" />
Cowardly Cougar
<meta http-equiv="Refresh" content="0; url=https://www.w3docs.com" />
<script>
function foo() {
window.location.href = url
}
</script>