Maybe I'm wrong, but I think the browser will make a message if you change the location.
So, can this help you use the post instead of GET and change the hidden field / just set the value?
You can use jQuery.ajax () to make calls on the server by specifying the values ββthat you need in the message (or receive as you wish). This way the url does not change and you make the requests you need.
Ruben.Canton
source share