move from one location url to another url in javascript code example
Example 1: javascript redirect
<script>
window.location.href = "http://mywebsite.com/home.html";
</script>
Example 2: js go to page
window.location.href = "http://example.com/new_url";