how to use javascript to link to another website 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>