how to redirect a url using javascript getdocbyid code example
Example: javascript redirect
<script>
window.location.href = "http://mywebsite.com/home.html";
</script>
<script>
window.location.href = "http://mywebsite.com/home.html";
</script>