How do I redirect with JavaScript?
Posted By: Anonymous
How do you redirect to a page from another page with JavaScript?
Solution
To redirect to another page, you can use:
window.location = "http://www.yoururl.com";
Answered By: Anonymous
Disclaimer: This content is shared under creative common license cc-by-sa 3.0. It is generated from StackExchange Website Network.