Answers for "window location change without reload"

8

how to set window location search without reload

window.history.pushState('', 'New Page Title', '/new-url.php');
Posted by: Guest on July-22-2019
0

how to set window location search without reload

window.history.replaceState( {} , title, new_URL );
Posted by: Guest on May-22-2021

Code answers related to "window location change without reload"

Code answers related to "Javascript"

Browse Popular Code Answers by Language