Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript change get parameter without reload

Since this is the accepted answer, and no longer true, refer to this duplicate question for up to date information.

Original answer follows:

NO
You can come close with the anchor portion of the URL which is accessible by the hash property of the location object

parent.location.hash = "whatever value you want";
 
PREVIOUS NEXT
Tagged: #javascript #change #parameter #reload
ADD COMMENT
Topic
Name
1+5 =