Is there a way to set the values of a querystring using javascript?
My page has a filter list that when clicked, it will alter the in-page results pane on the right hand side.
I'm trying to update to the querystring values of the url, so if the user leaves the page, then clicks the "back" buttons they'll be return to the last filter selection set.
For example:
    Landing: foo.html
    Click 1: foo.html?facets=bar
    Click 2: foo.html?facets=bar|baz
    Click 3: foo.html?facets=bar|baz|zap  
Is this possible?