Answers for "how to move from one page to another using javascript"

7

js onclick redirect

<button onclick="location.href='www.yoursite.com'">Click Me</button>
Posted by: Guest on June-16-2020
13

redirect with javascript

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

Code answers related to "how to move from one page to another using javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language