how to load up another page in html js liek google 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>