showing results for - "javascript change get parameter without reload"
Diego Alejandro
24 Feb 2019
1Since this is the accepted answer, and no longer true, refer to this duplicate question for up to date information.
2
3Original answer follows:
4
5NO
6You can come close with the anchor portion of the URL which is accessible by the hash property of the location object
7
8parent.location.hash = "whatever value you want";