HiveBrain v1.2.0
Get Started
← Back to all entries
snippetjavascriptCritical

How do I redirect with JavaScript?

Submitted by: @import:stackoverflow-api··
0
Viewed 0 times
redirectwithhowjavascript

Problem

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";

Code Snippets

window.location = "http://www.yoururl.com";

Context

Stack Overflow Q#4744751, score: 1604

Revisions (0)

No revisions yet.