Change Page Url Js Code Example


Example 1: window replace url

location.replace("url");

Example 2: javascript change url without reload

window.history.pushState('', 'New Page Title', '/new-url.php');

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?