Answers for "window redicrect javascript"

13

redirect with javascript

window.location.replace('http://mywebsite.com/home.html');
Posted by: Guest on March-17-2020
0

javascript link to another page

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language