Answers for "redirect to another page with payload in javascript"

63

javascript redirect to another page

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

redirect with javascript

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

Code answers related to "redirect to another page with payload in javascript"

Browse Popular Code Answers by Language