Assume I'm actually the page "results"...
http://server/results;dateFrom=03-11-2016;page=1
Me as the results page, I'd like to load the page 2, but I need to set the URL string on the browser to http://server/results;dateFrom=03-11-2016;page=2 just in case if someone decide to bookmark it.
so, how to programmatically change the URL parameter on the Web Browser Address Bar ?
ty !