Answers for "redirect page to another url and add new class to the new url"

50

javascript redirect

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

how to redirect a page to another url in html

<meta http-equiv="Refresh" content="0; url=https://www.w3docs.com" />
Posted by: Guest on April-10-2020

Code answers related to "redirect page to another url and add new class to the new url"

Code answers related to "Javascript"

Browse Popular Code Answers by Language