Answers for "redirect window"

45

redirect javascript

// similar behavior as an HTTP redirect
window.location.replace("http://stackoverflow.com");

// similar behavior as clicking on a link
window.location.href = "http://stackoverflow.com";
Posted by: Guest on May-14-2020
0

redirect window

window.location.href = '/test'
Posted by: Guest on May-18-2021

Browse Popular Code Answers by Language