How do I redirect to another webpage? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How do I redirect to another webpage?

How can I redirect the user from one page to another using jQuery or pure JavaScript?

23rd Jul 2019, 8:49 AM
BENOTMANE
BENOTMANE - avatar
3 Answers
+ 4
window.location.replace("https://google.com")
23rd Jul 2019, 10:09 AM
Calviղ
Calviղ - avatar
+ 4
window.location.assign(url) window.location.replace(url) window.location.href=url
23rd Jul 2019, 1:41 PM
Микола Федосєєв
Микола Федосєєв - avatar
+ 3
uses the recommendations of Google, otherwise the site will be punished
23rd Jul 2019, 9:51 AM
Stéphane Fernoux Cornély
Stéphane Fernoux Cornély - avatar