C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Change the URL in Address Bar without refreshing the page in JavaScript.
WhatsApp
Gaurav Gupta
5y
109.8
k
0
1
25
Blog
There are basically two ways to change the URL displayed in the browser* through javascript without reloading the page.
window.history.pushState(“object or string”, “Title”, “/
new
-url”);
window.history.replaceState(“object or string”, “Title”, “/another-
new
-url”);
To learn more about this:
Read Here
People also reading
Membership not found