Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
Can anyone help me how I can able to redirect from one page to another page in JavaScript?

1 Answer

0 votes
by (26.7k points)

In able to redirect to a different page in JavaScript, you can use this:

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

I hope this will help.

Want to become a Java Expert? Join Java Certification now!!

Related questions

0 votes
1 answer
asked Feb 16, 2021 in Java by sheela_singh (9.5k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...