Answers for "link another page in html to index.html javascript"

63

javascript link to another page

window.location.href = "http://mywebsite.com/home.html";
Posted by: Guest on July-18-2019
0

javascript link to another page

window.open("http://mywebsite.com/home.html")
Posted by: Guest on June-26-2020

Code answers related to "link another page in html to index.html javascript"

Browse Popular Code Answers by Language